diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-11 08:49:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:59 -0500 |
commit | a4b58b091bd3b5f4964940605318bc9d3215c5da (patch) | |
tree | d7424b2f9ba16e0188020f418b77cf079562693e /source4/script/tests | |
parent | bda75f7e90f1d092be87c6ab9a6f209ce5d45138 (diff) | |
download | samba-a4b58b091bd3b5f4964940605318bc9d3215c5da.tar.gz samba-a4b58b091bd3b5f4964940605318bc9d3215c5da.tar.bz2 samba-a4b58b091bd3b5f4964940605318bc9d3215c5da.zip |
r7489: just a cosmetic change
metze
(This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)
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 "==========================================" |