From 384b6aa9598ee2c9edebcb158549f0ced324ad30 Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 10 Oct 2014 23:00:33 +0300
Subject: [PATCH] Fixed services test.

---
 functest/test_services.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.44.2