From cacacde77455a231ee0c9b5de272276c8cc8c208 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sat, 31 May 2014 00:54:21 +0000 Subject: [PATCH] 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) --- usr.bin/printf/tests/regress.m2.out | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/printf/tests/regress.m2.out b/usr.bin/printf/tests/regress.m2.out index 8baef1b4abc4..cf1491518235 100644 --- a/usr.bin/printf/tests/regress.m2.out +++ b/usr.bin/printf/tests/regress.m2.out @@ -1 +1,2 @@ abc +cdef \ No newline at end of file