summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/gettext-1
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/gettext-1')
-rwxr-xr-xgettext-tools/tests/gettext-12
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/gettext-1 b/gettext-tools/tests/gettext-1
index 18ba9da..a8c4764 100755
--- a/gettext-tools/tests/gettext-1
+++ b/gettext-tools/tests/gettext-1
@@ -13,7 +13,7 @@ cp $top_srcdir/tests/test.mo LC_MESSAGES
tmpfiles="$tmpfiles gt-test1.out"
: ${GETTEXT=gettext}
TEXTDOMAINDIR=.. LANGUAGE=tests \
-${GETTEXT} --env LC_ALL=en -e test 'SYS_(C)\n' > gt-test1.out
+${GETTEXT} --env LC_ALL=en -e test 'SYS_(C)\n' | tr -d '\r' > gt-test1.out
# Create correct file.
tmpfile="$tmpfiles gtmf-test1.ok"