From dee2131a39e2d4f12cc053fa1c5c2de12188b7e4 Mon Sep 17 00:00:00 2001 From: pfg Date: Sat, 31 May 2014 00:54:21 +0000 Subject: 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(+) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/tests/regress.m2.out b/usr.bin/printf/tests/regress.m2.out index 8baef1b..cf14915 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 -- cgit v1.1