aboutsummaryrefslogtreecommitdiff
path: root/tests/env.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.at')
-rw-r--r--tests/env.at12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/env.at b/tests/env.at
index dba80a3..38c6604 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -1,5 +1,5 @@
-# This file is part of GNU pies testsuite. -*- Autotest -*-
-# Copyright (C) 2020 Sergey Poznyakoff
+# This file is part of GNU pies testsuite. -*- autotest -*-
+# Copyright (C) 2020-2023 Sergey Poznyakoff
#
# GNU pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -30,14 +30,14 @@ component envtest {
stdout file "$PWD/log";
return-code 0 {
action disable;
- exec "$abs_top_builddir/src/piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
+ exec "$abs_top_builddir/src/piesctl --config-file=/dev/null --url unix:///$PWD/pies.ctl --no-netrc shutdown";
}
}
_EOT
to 5 \
envtest -exec \
- $abs_top_builddir/src/pies --foreground --stderr \
+ $abs_top_builddir/src/pies --no-preprocessor --foreground --stderr \
--config-file control.conf --config-file envtest.conf --debug 1 2>errlog
cat log
],
@@ -104,14 +104,14 @@ component envtest {
stdout file "$PWD/log";
return-code 0 {
action disable;
- exec "$abs_top_builddir/src/piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
+ exec "$abs_top_builddir/src/piesctl --config-file=/dev/null --url unix:///$PWD/pies.ctl --no-netrc shutdown";
}
}
_EOT
to 5 \
envtest -exec \
- $abs_top_builddir/src/pies --foreground --stderr \
+ $abs_top_builddir/src/pies --no-preprocessor --foreground --stderr \
--config-file control.conf --config-file envtest.conf --debug 1 2>errlog
cat log
],

Return to:

Send suggestions and report system problems to the System administrator.