diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 10:51:26 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-20 10:51:26 +0100 |
commit | 1ce345ef97cc7c737aa678b332f39d630688248a (patch) | |
tree | 9251e17b681733742ae099a69cbf1a60158e3702 | |
parent | 39a817d310964f8e9a63cfb096b3ad24fa03bd5e (diff) | |
download | samba-1ce345ef97cc7c737aa678b332f39d630688248a.tar.gz samba-1ce345ef97cc7c737aa678b332f39d630688248a.tar.bz2 samba-1ce345ef97cc7c737aa678b332f39d630688248a.zip |
Fix nbt tests.
(This used to be commit 7bbe48af5568ffc4e4873692316673fd974ef4ef)
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index 6beff6f279..c57ec4d6bd 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -294,7 +294,7 @@ plantest "wbinfo -a against member server with domain creds" member $VALGRIND $s NBT_TESTS=`$smb4torture --list | grep "^NBT-" | xargs` for t in $NBT_TESTS; do - plansmbtorturetest "$t" dc //\$SERVER/_none_ $f -U\$USERNAME%\$PASSWORD + plansmbtorturetest "$t" dc //\$SERVER/_none_ -U\$USERNAME%\$PASSWORD done WB_OPTS="--option=\"torture:strict mode=yes\"" |