summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-20 10:51:26 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-20 10:51:26 +0100
commit1ce345ef97cc7c737aa678b332f39d630688248a (patch)
tree9251e17b681733742ae099a69cbf1a60158e3702 /source4/selftest/samba4_tests.sh
parent39a817d310964f8e9a63cfb096b3ad24fa03bd5e (diff)
downloadsamba-1ce345ef97cc7c737aa678b332f39d630688248a.tar.gz
samba-1ce345ef97cc7c737aa678b332f39d630688248a.tar.bz2
samba-1ce345ef97cc7c737aa678b332f39d630688248a.zip
Fix nbt tests.
(This used to be commit 7bbe48af5568ffc4e4873692316673fd974ef4ef)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-xsource4/selftest/samba4_tests.sh2
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\""