mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tests: Fix the test plan for closefrom_test
Fixes: f3f3e3c44d ("fd: add close_range(..., CLOSE_RANGE_CLOEXEC)")
Reported by: Jenkins
This commit is contained in:
parent
dd6ab49a9a
commit
3a01dcc99f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ main(void)
|
|||
pid_t pid;
|
||||
int fd, flags, i, start;
|
||||
|
||||
printf("1..20\n");
|
||||
printf("1..21\n");
|
||||
|
||||
/* We better start up with fd's 0, 1, and 2 open. */
|
||||
start = devnull();
|
||||
|
|
|
|||
Loading…
Reference in a new issue