From e199cf818583813784f9819f6398a61a2e7a4350 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Sun, 9 Mar 2014 21:56:29 +0000 Subject: [PATCH] Fix sed tests so that they run cleanly with prove. --- tools/regression/usr.bin/sed/regress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/usr.bin/sed/regress.sh b/tools/regression/usr.bin/sed/regress.sh index 37dc03793830..c4c2a33e484a 100644 --- a/tools/regression/usr.bin/sed/regress.sh +++ b/tools/regression/usr.bin/sed/regress.sh @@ -2,7 +2,7 @@ REGRESSION_START($1) -echo '1..25' +echo '1..26' REGRESSION_TEST(`G', `sed G < regress.in') REGRESSION_TEST(`P', `sed P < regress.in')