From c65845d0bb2d17dc283ae5928f25e68212a30842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 13 Jul 2023 21:40:36 +0000 Subject: [PATCH] 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)