aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin.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/builtin.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/builtin.at')
-rw-r--r--tests/builtin.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/builtin.at b/tests/builtin.at
index 893f213..80f060c 100644
--- a/tests/builtin.at
+++ b/tests/builtin.at
@@ -37,7 +37,7 @@ component in {
stderr file "$PWD/log.err";
}
component controller {
- command "nt $PIES_TEST_INET_SOCKET -i input -o output";
+ command "nt -i input -o output $PIES_TEST_INET_SOCKET";
return-code * {
action disable;
exec "piesctl --url '$PIES_CTLSOCK' --no-netrc shutdown";

Return to:

Send suggestions and report system problems to the System administrator.