From c790b3c8a76542f06f3ced640500969aaa68a4fe Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jan 2012 17:47:16 +0100 Subject: s3: Run the CLEANUP2 test --- source3/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit