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

metze at samba.org metze at samba.org
Sat Jun 11 08:49:12 GMT 2005


Author: metze
Date: 2005-06-11 08:49:12 +0000 (Sat, 11 Jun 2005)
New Revision: 7489

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

Log:
just a cosmetic change

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_functions.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-06-11 07:46:50 UTC (rev 7488)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2005-06-11 08:49:12 UTC (rev 7489)
@@ -76,7 +76,7 @@
 	fi
 
 	smbd_check_only && SMBD_IS_UP="yes"
-	if [ x"$SMBD_IS_UP" = x"no" ];then
+	if [ x"$SMBD_IS_UP" != x"yes" ];then
 		if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then
 			echo "SMBD is down! Skipping: $cmdline"
 			echo "=========================================="



More information about the samba-cvs mailing list