aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin.at
diff options
context:
space:
mode:
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
@@ -34,13 +34,13 @@ component in {
socket "$PIES_TEST_INET_SOCKET";
flags internal;
service $1;
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";
}
}
_EOT

Return to:

Send suggestions and report system problems to the System administrator.