Date: Sat, 31 May 2014 00:54:22 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266912 - head/usr.bin/printf/tests Message-ID: <201405310054.s4V0sMFP082261@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405310054.s4V0sMFP082261>