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

« back to all changes in this revision

Viewing changes to gettext-tools/tests/msgcomm-6

  • 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:
34
34
${MSGCOMM} --more-than=0 --no-location -o mcomm-test6.tmp \
35
35
    mcomm-test6.in1 mcomm-test6.in2
36
36
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
37
 
tr -d '\r' < mcomm-test6.tmp > mcomm-test6.out
 
37
LC_ALL=C tr -d '\r' < mcomm-test6.tmp > mcomm-test6.out
38
38
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
39
39
 
40
40
tmpfiles="$tmpfiles mcomm-test6.ok"