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

« back to all changes in this revision

Viewing changes to gettext-tools/tests/msggrep-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:
120
120
${MSGGREP} --properties-input --properties-output -K -e error -T -e Speicher -o mg-test6.tmp mg-test6.properties
121
121
result=$?
122
122
test $result = 0 || { rm -fr $tmpfiles; exit 1; }
123
 
tr -d '\r' < mg-test6.tmp > mg-test6.out
 
123
LC_ALL=C tr -d '\r' < mg-test6.tmp > mg-test6.out
124
124
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
125
125
 
126
126
tmpfiles="$tmpfiles mg-test6.ok"