Remove CR characters from raw input in op/magic.t on Windows
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 4 Aug 2012 13:01:27 +0000 (14:01 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Sat, 4 Aug 2012 13:01:27 +0000 (14:01 +0100)
commit5ceaabe8e4e93dd375a9f43ffc52956b89ed492d
treeb8e8e78ddc5ea2647a7c84c66705e5b5f386696f
parent4ffbb0c46e27652ffde1eadeda1809a0338fa182
Remove CR characters from raw input in op/magic.t on Windows

The :raw input added by e2e1d5ce8b broke tests on Windows by introducing
unexpeted CR characters.

Two tests (154 and 157) currently still fail on Windows if the (DOS)
command prompt is using a different code page to perl's native (Windows)
character set.
t/op/magic.t