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

« back to all changes in this revision

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

  • 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:
45
45
${MSGCOMM} --more-than=1 -o mcomm-test8.tmp \
46
46
    mcomm-test8.in1 mcomm-test8.in2
47
47
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
48
 
tr -d '\r' < mcomm-test8.tmp > mcomm-test8.out
 
48
LC_ALL=C tr -d '\r' < mcomm-test8.tmp > mcomm-test8.out
49
49
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
50
50
 
51
51
tmpfiles="$tmpfiles mcomm-test8.ok"