diff options
author | Volker Lendecke <vl@samba.org> | 2011-05-29 19:14:48 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-05-29 21:10:26 +0200 |
commit | 040d917c105b36f932ba4c9c9585234db30af7aa (patch) | |
tree | 6e321bb3e1293d3a6f4e0a3010b4f51c674d0965 | |
parent | 87e99150d0ba2af6b798befc3059a90d57fb9050 (diff) | |
download | samba-040d917c105b36f932ba4c9c9585234db30af7aa.tar.gz |
s3: Run BAD-NBT-SESSION in make test
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 962ea7f99f9..fda3be13770 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: |