projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover: populate sysinfo with block devices
[petitboot]
/
test
/
lib
/
test-process-both.c
diff --git
a/test/lib/test-process-both.c
b/test/lib/test-process-both.c
index 75e601cbbe423f06cc5ef2de98f626b31c612501..0be738c16c4d17e3ac6ddf4634fe708af76d450a 100644
(file)
--- a/
test/lib/test-process-both.c
+++ b/
test/lib/test-process-both.c
@@
-70,7
+70,7
@@
int main(int argc, char **argv)
waitset = waitset_create(test);
- process_init(test, waitset);
+ process_init(test, waitset
, false
);
sync_child_argv[0] = argv[0];
sync_child_argv[1] = "sync-child";