aboutsummaryrefslogtreecommitdiff
path: root/tests/startup.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/startup.at')
-rw-r--r--tests/startup.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/startup.at b/tests/startup.at
index f51aab9..fa6e22d 100644
--- a/tests/startup.at
+++ b/tests/startup.at
@@ -1,5 +1,5 @@
# This file is part of GNU pies testsuite. -*- autotest -*-
-# Copyright (C) 2019-2021 Sergey Poznyakoff
+# Copyright (C) 2019-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
@@ -39,7 +39,7 @@ component test {
stderr file "log.err";
return-code * {
action disable;
- exec "piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
+ exec "piesctl --url unix:///$PWD/pies.ctl --config-file=/dev/null --no-netrc shutdown";
}
}
_EOT

Return to:

Send suggestions and report system problems to the System administrator.