aboutsummaryrefslogtreecommitdiff
path: root/tests/fork
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-26 19:54:48 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-26 19:54:48 +0300
commit1b5a553194f47066d60bb1c9475af1f413af8f4a (patch)
tree05991354207a634d8f48d72a4756a26f40483e33 /tests/fork
parentf81cad34c0e29384a393bf3aa25dbce3d5962c53 (diff)
downloadkmi-1b5a553194f47066d60bb1c9475af1f413af8f4a.tar.gz
kmi-1b5a553194f47066d60bb1c9475af1f413af8f4a.zip
make sys_create() better + test
Diffstat (limited to 'tests/fork')
-rw-r--r--tests/fork/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fork/init.c b/tests/fork/init.c
index c64af93..b6cebe7 100644
--- a/tests/fork/init.c
+++ b/tests/fork/init.c
@@ -9,7 +9,6 @@ START(pid, tid, d0, d1, d2, d3)
UNUSED(d2);
UNUSED(d3);
- /** @todo fork until we run out of memory? */
check(pid == 0, "illegal pid for init\n");
id_t our_id = 0;
printf("forking\n");