summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_nbt.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-21 16:26:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:38 -0500
commit86d77746dbaa3570fb6e23538b52ba3bb19f0b07 (patch)
tree1cacce91b0b559195ab53e61d578e31ccc522267 /source4/script/tests/test_nbt.sh
parent2fca3f9082a70e1f153f6c9f195d95b0d48e363d (diff)
downloadsamba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.tar.gz
samba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.tar.bz2
samba-86d77746dbaa3570fb6e23538b52ba3bb19f0b07.zip
r21910: Clean up some unused functions.
(This used to be commit 36cd3406db06e3101cfede2f3935879cb11eeb93)
Diffstat (limited to 'source4/script/tests/test_nbt.sh')
-rwxr-xr-xsource4/script/tests/test_nbt.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/script/tests/test_nbt.sh b/source4/script/tests/test_nbt.sh
index a04feea079..c3a09d4fb1 100755
--- a/source4/script/tests/test_nbt.sh
+++ b/source4/script/tests/test_nbt.sh
@@ -20,13 +20,11 @@ SCRIPTDIR=../testprogs/ejs
PATH=bin:$PATH
export PATH
-testit "nmblookup -U $SERVER $SERVER" netbios bin/nmblookup $TORTURE_OPTIONS -U $SERVER $SERVER
-testit "nmblookup $SERVER" netbios bin/nmblookup $TORTURE_OPTIONS $SERVER
+plantest "nmblookup -U $SERVER $SERVER" netbios bin/nmblookup $TORTURE_OPTIONS -U $SERVER $SERVER
+plantest "nmblookup $SERVER" netbios bin/nmblookup $TORTURE_OPTIONS $SERVER
NBT_TESTS=`bin/smbtorture --list | grep ^NBT`
for f in $NBT_TESTS; do
- testit "$f" netbios bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ $f -U$USERNAME%$PASSWORD
+ plantest "$f" netbios bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ $f -U$USERNAME%$PASSWORD
done
-
-testok $0 $failed