aboutsummaryrefslogtreecommitdiff
path: root/tests/accept.at
diff options
context:
space:
mode:
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
@@ -31,13 +31,13 @@ component pfd {
command "recvfd $auxdir/in.test $PWD/inlog";
mode accept;
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 \

Return to:

Send suggestions and report system problems to the System administrator.