diff options
-rwxr-xr-x | source4/script/tests/test_nbt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |