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:
pfg 2014-05-31 00:54:21 +00:00
parent 61025dc75e
commit dee2131a39

View File

@ -1 +1,2 @@
abc
cdef