aboutsummaryrefslogtreecommitdiff
path: root/tests/passfd.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/passfd.at')
-rw-r--r--tests/passfd.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/passfd.at b/tests/passfd.at
index 4a685a3..8a7eecb 100644
--- a/tests/passfd.at
+++ b/tests/passfd.at
@@ -26,13 +26,13 @@ stop
: ${PIES_TEST_INET_SOCKET:=unix://$PWD/in.sock}
PIES_FD_SOCKET=$PWD/pfd.sock
cat > pies.conf <<_EOT
component pfd {
- command "recvfd '$PIES_FD_SOCKET' $auxdir/in.test $PWD/inlog";
+ command "recvfd -s '$PIES_FD_SOCKET' $auxdir/in.test $PWD/inlog";
mode pass-fd;
pass-fd-timeout 3;
pass-fd-socket "$PIES_FD_SOCKET";
socket "$PIES_TEST_INET_SOCKET";
stderr file "$PWD/log.err";
}

Return to:

Send suggestions and report system problems to the System administrator.