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-async.c
diff --git
a/test/lib/test-process-async.c
b/test/lib/test-process-async.c
index 61780ad7a46f9c971bd716794ad3c96c419d0f78..a411748d9ecda08b1668e070963aee9e4cac983e 100644
(file)
--- a/
test/lib/test-process-async.c
+++ b/
test/lib/test-process-async.c
@@
-35,7
+35,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";