aboutsummaryrefslogtreecommitdiff
path: root/tests/env.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.at')
-rw-r--r--tests/env.at7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/env.at b/tests/env.at
index 26fe866..c293c65 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -17,13 +17,16 @@ component envtest {
action disable;
exec "piesctl --url unix:///$PWD/pies.ctl shutdown";
}
}
_EOT
-envtest -exec $abs_top_builddir/src/pies --foreground --stderr --config-file control.conf --config-file envtest.conf 2>errlog
+to 3 \
+ envtest -exec \
+ $abs_top_builddir/src/pies --foreground --stderr \
+ --config-file control.conf --config-file envtest.conf 2>errlog
cat log
],
[0],
[$4])
AT_CLEANUP])
@@ -60,6 +63,8 @@ ENVTEST([unset],[unset],[unset "LC_*"; unset PWD;],
[HOME="/home/user"
LOGIN="user"
PATH="/usr/local/bin:/usr/bin:/bin"
PIES_INSTANCE="pies"
USER="user"
])
+
+m4_popdef([ENVTEST])

Return to:

Send suggestions and report system problems to the System administrator.