aboutsummaryrefslogtreecommitdiff
path: root/tests/respawn.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/respawn.at')
-rw-r--r--tests/respawn.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/respawn.at b/tests/respawn.at
index 4a8e3a7..6b51ca6 100644
--- a/tests/respawn.at
+++ b/tests/respawn.at
@@ -31,13 +31,13 @@ pies --config-file control.conf --config-file pies.conf
n=0
while :
do
if test -f $comp_pid_file; then
lines=`wc -l $comp_pid_file | awk '{print $1}'`
- if test "$lines" -ge 3 ; then
+ if test "$lines" -ge 2 ; then
break
fi
fi
sleep 1
n=$(($n + 1))
if test $n -gt 35; then

Return to:

Send suggestions and report system problems to the System administrator.