summaryrefslogtreecommitdiff
path: root/src/init/tests/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/tests/pipe.c')
-rw-r--r--src/init/tests/pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init/tests/pipe.c b/src/init/tests/pipe.c
index a980cb8..8e9d243 100644
--- a/src/init/tests/pipe.c
+++ b/src/init/tests/pipe.c
@@ -113,6 +113,4 @@ void test_pipe(void) {
// not a to.do detect when all processes that can read are stuck on writing to the pipe and vice versa
// it seems like linux just lets the process hang endlessly.
-
- // TODO kill process that's waiting on a pipe
}