From a4b58b091bd3b5f4964940605318bc9d3215c5da Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 11 Jun 2005 08:49:12 +0000 Subject: r7489: just a cosmetic change metze (This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a) --- source4/script/tests/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index e24e1062b0..7c61eda232 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -76,7 +76,7 @@ testit() { 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 "==========================================" -- cgit