summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-26 17:25:59 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commit9fe8c3db910a8545c1719bcfc596a150efc4b663 (patch)
treebc7ab83536d60d02987a8078e5c7573aaafd2300 /source3/selftest
parentf31fd31b71eda4957475fb09de1ef26e3a050414 (diff)
downloadsamba-9fe8c3db910a8545c1719bcfc596a150efc4b663.tar.gz
samba-9fe8c3db910a8545c1719bcfc596a150efc4b663.tar.bz2
samba-9fe8c3db910a8545c1719bcfc596a150efc4b663.zip
s3-selftest: Add LOCAL-sprintf_append
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 546ca12c36..064f13482b 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -61,7 +61,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7",
"LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND",
"CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL",
"BAD-NBT-SESSION",
- "LOCAL-string_to_sid", "LOCAL-CONVERT-STRING" ]
+ "LOCAL-string_to_sid", "LOCAL-CONVERT-STRING", "LOCAL-sprintf_append"]
for t in tests:
plantestsuite("samba3.smbtorture_s3.plain(s3dc).%s" % t, "s3dc", [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//$SERVER_IP/tmp', '$USERNAME', '$PASSWORD', binpath('smbtorture3'), "", "-l $LOCAL_PATH"])