aboutsummaryrefslogtreecommitdiff
path: root/tests/env.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.at')
-rw-r--r--tests/env.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/env.at b/tests/env.at
index c293c65..18b0e52 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -6,30 +6,30 @@ AT_CHECK([
PIES_XFAIL_CHECK
PIES_CONTROL_INIT
cat > envtest.conf <<_EOT
component envtest {
env {
$3
}
command "$abs_builddir/envtest -clone";
chdir $PWD;
stdout file "$PWD/log";
return-code 0 {
action disable;
- exec "piesctl --url unix:///$PWD/pies.ctl shutdown";
+ exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
}
}
_EOT
-to 3 \
+to 5 \
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])
dnl #############################
dnl Start tests
dnl #############################

Return to:

Send suggestions and report system problems to the System administrator.