summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-05-29 19:14:48 +0200
committerVolker Lendecke <vl@samba.org>2011-05-29 21:10:26 +0200
commit040d917c105b36f932ba4c9c9585234db30af7aa (patch)
tree6e321bb3e1293d3a6f4e0a3010b4f51c674d0965 /source3/selftest
parent87e99150d0ba2af6b798befc3059a90d57fb9050 (diff)
downloadsamba-040d917c105b36f932ba4c9c9585234db30af7aa.tar.gz
samba-040d917c105b36f932ba4c9c9585234db30af7aa.tar.bz2
samba-040d917c105b36f932ba4c9c9585234db30af7aa.zip
s3: Run BAD-NBT-SESSION in make test
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 962ea7f99f..fda3be1377 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -60,6 +60,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
"CASE-INSENSITIVE-CREATE",
+ "BAD-NBT-SESSION",
"LOCAL-string_to_sid", "LOCAL-CONVERT-STRING" ]
for t in tests: