Make the reported number of tests match their actual number.

This fixes the reporting under prove(1)
This commit is contained in:
Diomidis Spinellis 2007-12-16 08:02:09 +00:00
parent 8d40101acd
commit 966909fce1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174656

View File

@ -2,7 +2,7 @@
REGRESSION_START($1)
echo '1..21'
echo '1..24'
REGRESSION_TEST(`G', `sed G < regress.in')
REGRESSION_TEST(`P', `sed P < regress.in')