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

« back to all changes in this revision

Viewing changes to gettext-tools/tests/msgattrib-properties-1

  • 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:
36
36
: ${MSGATTRIB=msgattrib}
37
37
${MSGATTRIB} --translated --properties-input --properties-output -o ma-s-1.tmp ma-s-1.properties
38
38
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
39
 
tr -d '\r' < ma-s-1.tmp > ma-s-1.out
 
39
LC_ALL=C tr -d '\r' < ma-s-1.tmp > ma-s-1.out
40
40
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
41
41
 
42
42
tmpfiles="$tmpfiles ma-s-1.ok"