aboutsummaryrefslogtreecommitdiff
path: root/tests/maxinst.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/maxinst.at')
-rw-r--r--tests/maxinst.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/maxinst.at b/tests/maxinst.at
index f67d15e..c3b642b 100644
--- a/tests/maxinst.at
+++ b/tests/maxinst.at
@@ -39,3 +39,3 @@ cat > pies.conf <<_EOT
component in {
- command "$auxdir/in.test /tmp/in.log";
+ command "$auxdir/in.test $PWD/in.log";
mode inetd;
@@ -47,3 +47,3 @@ component in {
component con1 {
- command "nt $PIES_TEST_INET_SOCKET -i in1 -o con1.out";
+ command "nt -i in1 -o con1.out $PIES_TEST_INET_SOCKET";
stderr file "/tmp/con1.err";
@@ -51,3 +51,3 @@ component con1 {
component con2 {
- command "nt $PIES_TEST_INET_SOCKET -i in2 -o con2.out";
+ command "nt -i in2 -o con2.out $PIES_TEST_INET_SOCKET";
stderr file "/tmp/con2.err";
@@ -57,3 +57,3 @@ component con3 {
flags (disable);
- command "nt $PIES_TEST_INET_SOCKET -o con3.out";
+ command "nt -o con3.out $PIES_TEST_INET_SOCKET";
stderr file "/tmp/con3.err";

Return to:

Send suggestions and report system problems to the System administrator.