X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Flib%2Ftest-process-async-stdout.c;h=30001ba7ec491b3789a5c878549c71b81f3d31ba;hb=a1ec0710b6abad1a932d09f23010e3eb4662e8c9;hp=fab9e3986ca899b9a3e04ad14ae59d0c34cba721;hpb=d20e98b93afaf25faca4db2a3583c191bdabe439;p=petitboot diff --git a/test/lib/test-process-async-stdout.c b/test/lib/test-process-async-stdout.c index fab9e39..30001ba 100644 --- a/test/lib/test-process-async-stdout.c +++ b/test/lib/test-process-async-stdout.c @@ -45,7 +45,7 @@ int main(int argc, char **argv) waitset = waitset_create(test); - process_init(test, waitset); + process_init(test, waitset, false); child_argv[0] = argv[0]; child_argv[1] = "child";