diff options
Diffstat (limited to 'gettext-tools/tests/msgcmp-2')
-rwxr-xr-x | gettext-tools/tests/msgcmp-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcmp-2 b/gettext-tools/tests/msgcmp-2 index e03bf36..92e7780 100755 --- a/gettext-tools/tests/msgcmp-2 +++ b/gettext-tools/tests/msgcmp-2 @@ -22,7 +22,7 @@ EOF tmpfiles="$tmpfiles mc-test2.out" : ${MSGCMP=msgcmp} LC_MESSAGES=C LC_ALL= \ -${MSGCMP} mc-test2.in1 mc-test2.in2 2>&1 | grep -v '^==' > mc-test2.out +${MSGCMP} mc-test2.in1 mc-test2.in2 2>&1 | grep -v '^==' | tr -d '\r' > mc-test2.out tmpfiles="$tmpfiles mc-test2.ok" cat <<EOF > mc-test2.ok |