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)
This commit is contained in:
Pedro F. Giffuni 2014-05-31 00:54:21 +00:00
parent 11669a681c
commit cacacde774
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266912

View File

@ -1 +1,2 @@
abc
cdef