diff options
author | Bruno Haible <bruno@clisp.org> | 2007-05-14 23:06:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:48 +0200 |
commit | ea6f5e58fccbdb7c52038b045ffd8334cbc9839e (patch) | |
tree | c10b9eb2d90e6ed4a88c718f5c21a27c3e6a294a /gettext-tools/tests/msgcomm-25 | |
parent | 8cab443cf22ac7ca0c2158436ec55f275753a128 (diff) | |
download | external_gettext-ea6f5e58fccbdb7c52038b045ffd8334cbc9839e.zip external_gettext-ea6f5e58fccbdb7c52038b045ffd8334cbc9839e.tar.gz external_gettext-ea6f5e58fccbdb7c52038b045ffd8334cbc9839e.tar.bz2 |
Convert CR/LF to LF.
Diffstat (limited to 'gettext-tools/tests/msgcomm-25')
-rwxr-xr-x | gettext-tools/tests/msgcomm-25 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcomm-25 b/gettext-tools/tests/msgcomm-25 index 0d3e1c5..049caf2 100755 --- a/gettext-tools/tests/msgcomm-25 +++ b/gettext-tools/tests/msgcomm-25 @@ -68,9 +68,11 @@ msgstr "photocopieur" #~ msgstr "Enregistrer l'as" EOF -tmpfiles="$tmpfiles mcomm-test25.out" +tmpfiles="$tmpfiles mcomm-test25.tmp mcomm-test25.out" : ${MSGCOMM=msgcomm} -${MSGCOMM} --more-than=0 -o mcomm-test25.out mcomm-test25.in1 mcomm-test25.in2 +${MSGCOMM} --more-than=0 -o mcomm-test25.tmp mcomm-test25.in1 mcomm-test25.in2 +test $? = 0 || { rm -fr $tmpfiles; exit 1; } +tr -d '\r' < mcomm-test25.tmp > mcomm-test25.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcomm-test25.ok" |