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 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2016-2019 Sergey Poznyakoff
3#
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
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# GNU pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GNU pies. If not, see <http://www.gnu.org/licenses/>.
1AT_SETUP([inet component]) 16AT_SETUP([inet component])
2AT_CHECK([ 17AT_CHECK([
3PIES_XFAIL_CHECK 18PIES_XFAIL_CHECK
@@ -11,9 +26,6 @@ stop
11cat > pies.conf <<_EOT 26cat > pies.conf <<_EOT
12component in { 27component in {
13 command "$auxdir/in.test $PWD/inlog"; 28 command "$auxdir/in.test $PWD/inlog";
14 env {
15 set "STOPCMD=piesctl --url unix:///$PWD/pies.ctl --no-netrc shutdown";
16 }
17 mode inetd; 29 mode inetd;
18 socket "$PIES_TEST_INET_SOCKET"; 30 socket "$PIES_TEST_INET_SOCKET";
19 stderr file "$PWD/log.err"; 31 stderr file "$PWD/log.err";

Return to:

Send suggestions and report system problems to the System administrator.