aboutsummaryrefslogtreecommitdiff
path: root/tests/respawn.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/respawn.at')
-rw-r--r--tests/respawn.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/respawn.at b/tests/respawn.at
index 68da448..c11379f 100644
--- a/tests/respawn.at
+++ b/tests/respawn.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- autotest -*-
2# Copyright (C) 2016-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2023 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -27,13 +27,13 @@ component test {
27 chdir $PWD; 27 chdir $PWD;
28 return-code 1 { 28 return-code 1 {
29 action disable; 29 action disable;
30 exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown"; 30 exec "piesctl --url unix:///$PWD/pies.ctl --config-file=/dev/null --no-netrc shutdown";
31 } 31 }
32} 32}
33_EOT 33_EOT
34 34
35to 5 \ 35to 5 \
36 pies --foreground --stderr \ 36 pies --no-preprocessor --foreground --stderr \
37 --config-file control.conf --config-file pies.conf --debug 1 2>errlog 37 --config-file control.conf --config-file pies.conf --debug 1 2>errlog
38cat state 38cat state
39], 39],

Return to:

Send suggestions and report system problems to the System administrator.