aboutsummaryrefslogtreecommitdiff
path: root/tests/ret-exec.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ret-exec.at')
-rw-r--r--tests/ret-exec.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ret-exec.at b/tests/ret-exec.at
index 0b3d716..6c27779 100644
--- a/tests/ret-exec.at
+++ b/tests/ret-exec.at
@@ -26,13 +26,13 @@ cat > pies.conf <<_EOT
component test {
mode respawn;
return-code 10 {
exec "$auxdir/retcode $report_file";
action disable;
}
- command "$auxdir/respawn -sleep 2 -pid $comp_pid_file -exit 10";
+ command "$auxdir/sleepexit 2 10 $comp_pid_file";
}
_EOT
>$report_file
pies --config-file control.conf --config-file pies.conf

Return to:

Send suggestions and report system problems to the System administrator.