aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/builtin.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/builtin.at b/tests/builtin.at
index 80f060c..aaeaedd 100644
--- a/tests/builtin.at
+++ b/tests/builtin.at
@@ -79,12 +79,14 @@ component controller {
return-code * {
action disable;
exec "echo \$PIES_STATUS > $PWD/status ; piesctl --url '$PIES_CTLSOCK' --no-netrc shutdown";
}
}
_EOT
+TZ=0
+export TZ
set -e
to 10 \
pies --foreground --stderr \
--config-file control.conf --config-file pies.conf --debug 1 2>errlog
if test -s in.err; then

Return to:

Send suggestions and report system problems to the System administrator.