svn commit: r266912 - head/usr.bin/printf/tests
Pedro F. Giffuni
pfg at FreeBSD.org
Sat May 31 00:54:22 UTC 2014
Author: pfg
Date: Sat May 31 00:54:21 2014
New Revision: 266912
URL: http://svnweb.freebsd.org/changeset/base/266912
Log:
Fix m2 regression test.
This is not really a good test as the behaviour for /c is unspecified.
For the record, ksh93 returns:
$ printf "abc\n\cdef"
abc
ef$
Discussed with: Garret D'Amore (Illumos)
Modified:
head/usr.bin/printf/tests/regress.m2.out
Modified: head/usr.bin/printf/tests/regress.m2.out
==============================================================================
--- head/usr.bin/printf/tests/regress.m2.out Sat May 31 00:40:13 2014 (r266911)
+++ head/usr.bin/printf/tests/regress.m2.out Sat May 31 00:54:21 2014 (r266912)
@@ -1 +1,2 @@
abc
+cdef
\ No newline at end of file
More information about the svn-src-head
mailing list