aboutsummaryrefslogtreecommitdiff
path: root/tests/accept.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-24 15:45:56 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-24 15:45:56 +0300
commit985d3f42354b2c8e1525638d2187d875f465a69d (patch)
tree1355ed3c650e687aa436c1ca69e19989c9ee054b /tests/accept.at
parent006bfbc5235c181783445d321ce7a7e3c6d8bd8a (diff)
downloadpies-985d3f42354b2c8e1525638d2187d875f465a69d.tar.gz
pies-985d3f42354b2c8e1525638d2187d875f465a69d.tar.bz2
Minor changes
* configure.ac: Minor changes * lib/libpies.h: Add missing include. * src/Makefile.am (pies_LDADD piesctl_LDADD): Add libintl libs * src/progman.c: Remove useless code. * tests/accept.at: Use canonical ordering of options and arguments. * tests/builtin.at: Likewise. * tests/inet.at: Likewise. * tests/maxinst.at: Likewise. * tests/passfd.at: Likewise. * tests/version.at: Don't expect GNU sed
Diffstat (limited to 'tests/accept.at')
-rw-r--r--tests/accept.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept.at b/tests/accept.at
index f76a05a..f222d6a 100644
--- a/tests/accept.at
+++ b/tests/accept.at
@@ -34,7 +34,7 @@ component pfd {
stderr file "$PWD/log.err";
}
component controller {
- command "nt $PIES_TEST_INET_SOCKET -i input";
+ command "nt -i input $PIES_TEST_INET_SOCKET";
}
_EOT

Return to:

Send suggestions and report system problems to the System administrator.