diff options
Diffstat (limited to 'source4/script/tests')
-rw-r--r-- | source4/script/tests/test_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 "==========================================" |