diff --git a/jdk/test/sun/tools/native2ascii/Native2AsciiTests.sh b/jdk/test/sun/tools/native2ascii/Native2AsciiTests.sh index 5c886c2100d..35827c99971 100644 --- a/jdk/test/sun/tools/native2ascii/Native2AsciiTests.sh +++ b/jdk/test/sun/tools/native2ascii/Native2AsciiTests.sh @@ -46,8 +46,8 @@ check() { # Strip carriage returns from output when comparing with n2a test output # on win32 systems if [ ${OS} = Windows ]; then - sed -e 's@\\r@@g' $out >$out.1 - sed -e 's@\\r@@g' $expected >$out.expected + sed -e 's@\r@@g' $out >$out.1 + sed -e 's@\r@@g' $expected >$out.expected else cp $out $out.1 cp $expected $out.expected