From 18d141a3cfbf4a3de701d064acb55b18342bb2e6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 28 Apr 2007 07:31:19 +0000 Subject: r22544: use the same syntax as in all other files maybe that fixes make test on all sun hosts... metze (This used to be commit 2597152126251da78b605f1d20c8b00e0e51396b) --- source4/script/tests/test_nbt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/tests/test_nbt.sh b/source4/script/tests/test_nbt.sh index 95bfb9696c..d821b868ad 100755 --- a/source4/script/tests/test_nbt.sh +++ b/source4/script/tests/test_nbt.sh @@ -12,7 +12,7 @@ export PATH plantest "nmblookup -U \$SERVER \$SERVER" dc bin/nmblookup $TORTURE_OPTIONS -U \$SERVER \$SERVER plantest "nmblookup \$SERVER" dc bin/nmblookup $TORTURE_OPTIONS \$SERVER -NBT_TESTS=`bin/smbtorture --list | grep ^NBT` +NBT_TESTS=`bin/smbtorture --list | grep "^NBT-" | xargs` for f in $NBT_TESTS; do plantest "$f" dc bin/smbtorture $TORTURE_OPTIONS //\$SERVER/_none_ $f -U\$USERNAME%\$PASSWORD -- cgit