aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index eab643d..0002dcc 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
-# This file is part of GNU pies testsuite. -*- Autotest -*-
-# Copyright (C) 2016-2020 Sergey Poznyakoff
+# This file is part of GNU pies testsuite. -*- autotest -*-
+# Copyright (C) 2016-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
@@ -40,7 +40,7 @@ _EOT
])
m4_define([PIES_STOP],[
-piesctl --no-netrc --url "$PIES_CTLSOCK" shutdown
+piesctl --config-file=/dev/null --no-netrc --url "$PIES_CTLSOCK" shutdown
pies_stop_spinner=0
while test -f $PIES_PIDFILE
do
@@ -69,6 +69,10 @@ m4_include([ret-notify.at])
m4_include([startup.at])
m4_include([shutdown.at])
m4_include([shell.at])
+m4_include([sigterm.at])
+m4_include([expandenv.at])
+m4_include([shdnseq.at])
+
m4_include([inet.at])
m4_include([maxinst.at])
m4_include([builtin.at])
@@ -76,4 +80,5 @@ m4_include([passfd.at])
m4_include([accept.at])
m4_include([envop.at])
-m4_include([env.at]) \ No newline at end of file
+m4_include([env.at])
+m4_include([envglobal.at])

Return to:

Send suggestions and report system problems to the System administrator.