git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
768360d
)
Fixed services test.
author
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 10 Oct 2014 20:00:33 +0000
(23:00 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 10 Oct 2014 20:00:33 +0000
(23:00 +0300)
functest/test_services.sh
patch
|
blob
|
history
diff --git
a/functest/test_services.sh
b/functest/test_services.sh
index 3323123f513c7b4b84ef351c00d63f74a4b524b0..3447c22ffb91ae3f6d1a78ee96a6d4521e828810 100755
(executable)
--- 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