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

« back to all changes in this revision

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

  • 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:
62
62
: ${MSGMERGE=msgmerge}
63
63
${MSGMERGE} -q -o mm-test14.tmp mm-test14-ru.po mm-test14.pot
64
64
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
65
 
tr -d '\r' < mm-test14.tmp > mm-test14.out
 
65
LC_ALL=C tr -d '\r' < mm-test14.tmp > mm-test14.out
66
66
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
67
67
 
68
68
tmpfiles="$tmpfiles mm-test14.ok"
79
79
"PO-Revision-Date: 2002-11-01 01:23+0100\n"
80
80
"Last-Translator: Arseny Slobodjuck <ampy@ich.dvo.ru>\n"
81
81
"Language-Team: Russian <ru@li.org>\n"
 
82
"Language: ru\n"
82
83
"MIME-Version: 1.0\n"
83
84
"Content-Type: text/plain; charset=UTF-8\n"
84
85
"Content-Transfer-Encoding: 8bit\n"