summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-08-30 18:50:55 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:32 +0100
commit9f5a7f5063de6056d7d2bdf88a98e03e7510867f (patch)
tree144d4106a0621e95a555d07c0476f8f9022cfc67 /source3/selftest
parent773d0a6addbf015cf698bdd1eac7e1dc66617d21 (diff)
downloadsamba-9f5a7f5063de6056d7d2bdf88a98e03e7510867f.tar.gz
samba-9f5a7f5063de6056d7d2bdf88a98e03e7510867f.tar.bz2
samba-9f5a7f5063de6056d7d2bdf88a98e03e7510867f.zip
s3:selftest: run SMB2-NEGPROT
metze
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 5906cf4c41..4442f6b540 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -61,7 +61,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"TCON2", "IOCTL", "CHKPATH", "FDSESS", "LOCAL-SUBSTITUTE", "CHAIN1", "CHAIN2",
"GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
- "CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL",
+ "CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL", "SMB2-NEGPROT",
"BAD-NBT-SESSION"]
for t in tests: