git: c65845d0bb2d - main - xargs: Fix test case count.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jul 2023 21:41:01 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c65845d0bb2d17dc283ae5928f25e68212a30842 commit c65845d0bb2d17dc283ae5928f25e68212a30842 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2023-07-13 21:40:36 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2023-07-13 21:40:36 +0000 xargs: Fix test case count. MFC after: 1 week Sponsored by: Klara, Inc. --- usr.bin/xargs/tests/regress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/xargs/tests/regress.sh b/usr.bin/xargs/tests/regress.sh index fed3ab9c8461..eb6b99ec29fc 100644 --- a/usr.bin/xargs/tests/regress.sh +++ b/usr.bin/xargs/tests/regress.sh @@ -1,6 +1,6 @@ # $FreeBSD$ -echo 1..21 +echo 1..22 REGRESSION_START($1)