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 8d72c40..4a8e3a7 100644
--- a/tests/respawn.at
+++ b/tests/respawn.at
@@ -20,13 +20,13 @@ AT_CHECK([
PIES_XFAIL_CHECK
PIES_CONTROL_INIT
comp_pid_file=$PWD/comp.pid
cat > pies.conf <<_EOT
component test {
mode respawn;
- command "$abs_srcdir/respawn -append -pid $comp_pid_file";
+ command "$auxdir/respawn -append -pid $comp_pid_file";
}
_EOT
pies --config-file control.conf --config-file pies.conf
n=0

Return to:

Send suggestions and report system problems to the System administrator.