From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 10 Oct 2014 20:00:33 +0000 (+0300)
Subject: Fixed services test.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/384b6aa9598ee2c9edebcb158549f0ced324ad30

Fixed services test.
---

diff --git a/functest/test_services.sh b/functest/test_services.sh
index 3323123f..3447c22f 100755
--- a/functest/test_services.sh
+++ b/functest/test_services.sh
@@ -122,7 +122,7 @@ NUM=`printf "$NAMES" | wc -l`
 
 printf -- "--------\n$NUM\n\n"
 
-if [ "$NUM" != "1" ]
+if [ "$NUM" != "0" ]
 then
     printf "Services list should be empty.\n"
     exit 0