summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-02-22 13:37:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:02 -0500
commita86518f160b198c86e1ab9306f8216cb4a4f0de5 (patch)
treeffb28d2bcd9af9d0bd3bf5709aa35c5ca98a7994 /source4
parentf2f3e1801b54e6ead595d66ea7c798fc2df22a0a (diff)
downloadsamba-a86518f160b198c86e1ab9306f8216cb4a4f0de5.tar.gz
samba-a86518f160b198c86e1ab9306f8216cb4a4f0de5.tar.bz2
samba-a86518f160b198c86e1ab9306f8216cb4a4f0de5.zip
r13628: fix the logic:-)
metze (This used to be commit 7f1de54c84f86c292833c7e66ab2699ee4f83c52)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/test_nbt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_nbt.sh b/source4/script/tests/test_nbt.sh
index 0f05b55298..051be01099 100755
--- a/source4/script/tests/test_nbt.sh
+++ b/source4/script/tests/test_nbt.sh
@@ -24,7 +24,7 @@ testit "nmblookup $SERVER" bin/nmblookup $TORTURE_OPTIONS $SERVER || failed=`exp
NBT_TESTS="NBT-REGISTER NBT-WINS"
NBT_TESTS="$NBT_TESTS NBT-WINSREPLICATION-SIMPLE"
NBT_TESTS="$NBT_TESTS NBT-WINSREPLICATION-REPLICA"
-if [ "$TORTURE_QUICK"x = "yes"x ]; then
+if [ "$TORTURE_QUICK"x != "yes"x ]; then
NBT_TESTS="$NBT_TESTS NBT-WINSREPLICATION-OWNED"
fi
NBT_TESTS="$NBT_TESTS NET-API-LOOKUP NET-API-LOOKUPHOST NET-API-LOOKUPPDC"