From 3a01dcc99ff9044bbd46386a48ed870838cfb555 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 6 Mar 2022 12:56:33 -0500 Subject: [PATCH] tests: Fix the test plan for closefrom_test Fixes: f3f3e3c44d3b ("fd: add close_range(..., CLOSE_RANGE_CLOEXEC)") Reported by: Jenkins --- tests/sys/file/closefrom_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/file/closefrom_test.c b/tests/sys/file/closefrom_test.c index d11faa22b55d..729312c2fdf0 100644 --- a/tests/sys/file/closefrom_test.c +++ b/tests/sys/file/closefrom_test.c @@ -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();