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:
Mark Johnston 2022-03-06 12:56:33 -05:00
parent dd6ab49a9a
commit 3a01dcc99f

View file

@ -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();