svn commit: r266854 - head/usr.bin/printf/tests
Pedro F. Giffuni
pfg at FreeBSD.org
Thu May 29 19:48:19 UTC 2014
Author: pfg
Date: Thu May 29 19:48:18 2014
New Revision: 266854
URL: http://svnweb.freebsd.org/changeset/base/266854
Log:
Update number of tests.
Suggested by: jmmv
Modified:
head/usr.bin/printf/tests/regress.sh
Modified: head/usr.bin/printf/tests/regress.sh
==============================================================================
--- head/usr.bin/printf/tests/regress.sh Thu May 29 19:43:43 2014 (r266853)
+++ head/usr.bin/printf/tests/regress.sh Thu May 29 19:48:18 2014 (r266854)
@@ -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')
More information about the svn-src-head
mailing list