summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-01 18:54:59 +0200
committerMichael Adam <obnox@samba.org>2013-09-03 19:13:14 +0200
commitade8477f98fcffcc6e3c5ea31618b49d0c1bba95 (patch)
tree3e9a355e67430b530ccd162c6ef234637bcc4613 /source3/selftest
parent7d91ffc6fdc3b371564e14f09822a96264ea372a (diff)
downloadsamba-ade8477f98fcffcc6e3c5ea31618b49d0c1bba95.tar.gz
samba-ade8477f98fcffcc6e3c5ea31618b49d0c1bba95.tar.bz2
samba-ade8477f98fcffcc6e3c5ea31618b49d0c1bba95.zip
torture3: Trigger a nasty cleanup bug in smbd
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 3 19:13:14 CEST 2013 on sn-devel-104
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 afab6872a0..63f119f44d 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -63,6 +63,7 @@ tests = ["FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7"
"SMB2-SESSION-REAUTH", "SMB2-SESSION-RECONNECT",
"CLEANUP1",
"CLEANUP2",
+ "CLEANUP4",
"BAD-NBT-SESSION"]
for t in tests: