aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fdpassing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fdpassing.c')
-rw-r--r--tests/fdpassing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdpassing.c b/tests/fdpassing.c
index f62be62..eae84e6 100644
--- a/tests/fdpassing.c
+++ b/tests/fdpassing.c
@@ -279,7 +279,7 @@ main (int argc, char **argv)
}
err = assuan_pipe_connect_ext (&ctx, with_exec? "./fdpassing":NULL,
with_exec? arglist :NULL,
- no_close_fds, NULL, NULL);
+ no_close_fds, NULL, NULL, 1);
if (err)
{
log_error ("assuan_pipe_connect failed: %s\n",assuan_strerror (err));