summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-01-05 17:47:16 +0100
committerVolker Lendecke <vlendec@samba.org>2012-01-05 20:29:59 +0100
commitc790b3c8a76542f06f3ced640500969aaa68a4fe (patch)
tree7eedb4888ca8e5d0320e7360c2d20fc16db69e83 /source3
parentf97216eb4ae1052e435d83ce51a7067fa6697ff4 (diff)
downloadsamba-c790b3c8a76542f06f3ced640500969aaa68a4fe.tar.gz
samba-c790b3c8a76542f06f3ced640500969aaa68a4fe.tar.bz2
samba-c790b3c8a76542f06f3ced640500969aaa68a4fe.zip
s3: Run the CLEANUP2 test
Diffstat (limited to 'source3')
-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 61bd1bb268..ea14cc6357 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -63,6 +63,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
"CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL", "SMB2-NEGPROT",
"CLEANUP1",
+ "CLEANUP2",
"BAD-NBT-SESSION"]
for t in tests: