summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-05-31 00:54:21 +0000
committerpfg <pfg@FreeBSD.org>2014-05-31 00:54:21 +0000
commitdee2131a39e2d4f12cc053fa1c5c2de12188b7e4 (patch)
treec10cb0e33c2c152b68ac3c78f8fb8e099757ea8c /usr.bin/printf
parent61025dc75e43d7ebf01a6fd85dd72971265bf69f (diff)
downloadFreeBSD-src-dee2131a39e2d4f12cc053fa1c5c2de12188b7e4.zip
FreeBSD-src-dee2131a39e2d4f12cc053fa1c5c2de12188b7e4.tar.gz
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)
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/tests/regress.m2.out1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud