aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-03-06 17:56:33 +0000
committerMark Johnston <markj@FreeBSD.org>2022-03-06 17:57:40 +0000
commit3a01dcc99ff9044bbd46386a48ed870838cfb555 (patch)
tree9a4f550e432cdb607815586cdc5dfc98954e7cb9 /tests
parentdd6ab49a9aebb5fbb85973d9a859d24daa5e2165 (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/file/closefrom_test.c2
1 files changed, 1 insertions, 1 deletions
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();