X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Flib%2Ftest-process-sync-stdout.c;h=bf0c6435dcac0fa8a9499ffe0fa4a958578fa0dc;hp=96ccb756e2d1ecf26b2de73a59beb1f6af3fcb88;hb=f03287dd18e7b8a3b048191fcbc25d8f5e5b4b67;hpb=fb0fdcc59d7b0f2ed97f1894b25e4424131970f6 diff --git a/test/lib/test-process-sync-stdout.c b/test/lib/test-process-sync-stdout.c index 96ccb75..bf0c643 100644 --- a/test/lib/test-process-sync-stdout.c +++ b/test/lib/test-process-sync-stdout.c @@ -27,7 +27,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";