diff options
author | dzwdz | 2022-10-08 16:05:37 +0200 |
---|---|---|
committer | dzwdz | 2022-10-08 16:07:04 +0200 |
commit | f25b6a7d38f1a4b656e3a7ad431afcf535f1fdce (patch) | |
tree | 83199e9a70cc903ce46d0f30cc1a74ccfc6e729b /src/user/app/tests/tests.c | |
parent | e83dca9817614d0dc77ce1e5dc13eed44b61eb2f (diff) |
tests: some tests for when a process has no free handles
Diffstat (limited to 'src/user/app/tests/tests.c')
-rw-r--r-- | src/user/app/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |