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
@ -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 New Issue
Block a user