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
@@ -20,7 +20,10 @@ component envtest {
20} 20}
21_EOT 21_EOT
22 22
23envtest -exec $abs_top_builddir/src/pies --foreground --stderr --config-file control.conf --config-file envtest.conf 2>errlog 23to 3 \
24 envtest -exec \
25 $abs_top_builddir/src/pies --foreground --stderr \
26 --config-file control.conf --config-file envtest.conf 2>errlog
24cat log 27cat log
25], 28],
26[0], 29[0],
@@ -63,3 +66,5 @@ PATH="/usr/local/bin:/usr/bin:/bin"
63PIES_INSTANCE="pies" 66PIES_INSTANCE="pies"
64USER="user" 67USER="user"
65]) 68])
69
70m4_popdef([ENVTEST])

Return to:

Send suggestions and report system problems to the System administrator.