aboutsummaryrefslogtreecommitdiff
path: root/tests/inet.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inet.at')
-rw-r--r--tests/inet.at18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/inet.at b/tests/inet.at
index 41cae6a..893e45f 100644
--- a/tests/inet.at
+++ b/tests/inet.at
@@ -1,3 +1,18 @@
+# This file is part of GNU pies testsuite. -*- Autotest -*-
+# Copyright (C) 2016-2019 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
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU pies is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU pies. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([inet component])
AT_CHECK([
PIES_XFAIL_CHECK
@@ -11,9 +26,6 @@ stop
cat > pies.conf <<_EOT
component in {
command "$auxdir/in.test $PWD/inlog";
- env {
- set "STOPCMD=piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
- }
mode inetd;
socket "$PIES_TEST_INET_SOCKET";
stderr file "$PWD/log.err";

Return to:

Send suggestions and report system problems to the System administrator.