projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib/log: Cleanup log API
[petitboot]
/
test
/
lib
/
test-process-sync-stdout.c
diff --git
a/test/lib/test-process-sync-stdout.c
b/test/lib/test-process-sync-stdout.c
index 96ccb756e2d1ecf26b2de73a59beb1f6af3fcb88..bf0c6435dcac0fa8a9499ffe0fa4a958578fa0dc 100644
(file)
--- 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";