summaryrefslogtreecommitdiffstats
path: root/test/lib/test-process-sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/test-process-sync.c')
-rw-r--r--test/lib/test-process-sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test-process-sync.c b/test/lib/test-process-sync.c
index b47bdc6..0a7f9be 100644
--- a/test/lib/test-process-sync.c
+++ b/test/lib/test-process-sync.c
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
waitset = waitset_create(ctx);
- process_init(ctx, waitset);
+ process_init(ctx, waitset, false);
child_argv[0] = argv[0];
child_argv[1] = "child";
OpenPOWER on IntegriCloud