From f25b6a7d38f1a4b656e3a7ad431afcf535f1fdce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 8 Oct 2022 16:05:37 +0200 Subject: tests: some tests for when a process has no free handles --- src/user/app/tests/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/app/tests/tests.c') diff --git a/src/user/app/tests/tests.c b/src/user/app/tests/tests.c index 29733aa..14225ac 100644 --- a/src/user/app/tests/tests.c +++ b/src/user/app/tests/tests.c @@ -36,6 +36,7 @@ int forkpipe(FILE **f, handle_t *h) { int main(void) { handle_t reader; if (!forkpipe(&fail_trig, &reader)) { + r_k_fdlimit(); r_k_fs(); r_k_misc(); r_k_miscsyscall(); -- cgit v1.2.3