aboutsummaryrefslogtreecommitdiff
path: root/tests/control.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/control.at')
-rw-r--r--tests/control.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/control.at b/tests/control.at
index 5171862..6027817 100644
--- a/tests/control.at
+++ b/tests/control.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
@@ -20,10 +20,10 @@ AT_CHECK([
PIES_XFAIL_CHECK
PIES_CONTROL_INIT
-pies --config-file control.conf
+pies --no-preprocessor --config-file control.conf
sleep 1
-PIESCTL="piesctl --no-netrc --url '$PIES_CTLSOCK'"
+PIESCTL="piesctl --config-file=/dev/null --no-netrc --url '$PIES_CTLSOCK'"
if test -f $PIES_PIDFILE; then
pid0=`head -1 $PIES_PIDFILE`
pid1=`$PIESCTL id PID|sed 's/^PID: //'`

Return to:

Send suggestions and report system problems to the System administrator.