aboutsummaryrefslogtreecommitdiff
path: root/tests/inet.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inet.at')
-rw-r--r--tests/inet.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inet.at b/tests/inet.at
index 893e45f..7d1d99f 100644
--- a/tests/inet.at
+++ b/tests/inet.at
@@ -28,13 +28,13 @@ component in {
command "$auxdir/in.test $PWD/inlog";
mode inetd;
socket "$PIES_TEST_INET_SOCKET";
stderr file "$PWD/log.err";
}
component controller {
- command "nt $PIES_TEST_INET_SOCKET -i input";
+ command "nt -i input $PIES_TEST_INET_SOCKET";
}
_EOT
set -e
to 10 \
pies --foreground --stderr \
--config-file control.conf --config-file pies.conf --debug 1 2>errlog

Return to:

Send suggestions and report system problems to the System administrator.