Fix printf tests so that they run cleanly with prove.
This commit is contained in:
parent
a3c2c920d3
commit
68f5aa61eb
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user