~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to gettext-tools/tests/msgmerge-4

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
: ${MSGMERGE=msgmerge}
32
32
${MSGMERGE} -q -o mm-test4.tmp mm-test4.in1.po mm-test4.in2.po
33
33
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
34
 
tr -d '\r' < mm-test4.tmp > mm-test4.out
 
34
LC_ALL=C tr -d '\r' < mm-test4.tmp > mm-test4.out
35
35
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
36
36
 
37
37
tmpfiles="$tmpfiles mm-test4.ok"