Fix printf tests so that they run cleanly with prove.

This commit is contained in:
Julio Merino 2014-03-09 19:37:01 +00:00
parent a3c2c920d3
commit 68f5aa61eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262954

View File

@ -2,7 +2,7 @@
REGRESSION_START($1)
echo '1..12'
echo '1..15'
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')