svn commit: samba r13628 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Wed Feb 22 13:37:22 GMT 2006


Author: metze
Date: 2006-02-22 13:37:21 +0000 (Wed, 22 Feb 2006)
New Revision: 13628

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13628

Log:
fix the logic:-)

metze

Modified:
   branches/SAMBA_4_0/source/script/tests/test_nbt.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_nbt.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2006-02-22 12:10:29 UTC (rev 13627)
+++ branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2006-02-22 13:37:21 UTC (rev 13628)
@@ -24,7 +24,7 @@
 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"



More information about the samba-cvs mailing list