Update number of tests.

Suggested by:	jmmv
This commit is contained in:
Pedro F. Giffuni 2014-05-29 19:48:18 +00:00
parent ea1a630ade
commit 583d27945d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266854

View File

@ -2,7 +2,7 @@
REGRESSION_START($1)
echo '1..15'
echo '1..23'
REGRESSION_TEST(`b', `printf "abc%b%b" "def\n" "\cghi"')
REGRESSION_TEST(`d', `printf "%d,%5d,%.5d,%0*d,%.*d\n" 123 123 123 5 123 5 123')