From: Bruno Haible Date: Sat, 6 Jun 2009 10:45:58 +0000 (+0000) Subject: Update test after msgfmt's error message changed. X-Git-Tag: v0.18~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f085399cf992fb0487f77ec6d72bd07f72d1da;p=thirdparty%2Fgettext.git Update test after msgfmt's error message changed. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index a971fa771..a27672b43 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2009-05-29 Bruno Haible + + * msgfmt-10: Update after msgfmt's error message changed. + 2009-05-29 Bruno Haible Avoid lang-c++ test failure. diff --git a/gettext-tools/tests/msgfmt-10 b/gettext-tools/tests/msgfmt-10 index f5996bea0..b719a38dd 100755 --- a/gettext-tools/tests/msgfmt-10 +++ b/gettext-tools/tests/msgfmt-10 @@ -74,7 +74,7 @@ ${MSGFMT} --check -o /dev/null mf-test10.po2 \ tmpfiles="$tmpfiles mf-test10.ok" cat << EOF > mf-test10.ok -mf-test10.po2:20: number of format specifications in 'msgid' and 'msgstr[1]' does not match +mf-test10.po2:20: number of format specifications in 'msgid_plural' and 'msgstr[1]' does not match msgfmt: found 1 fatal error EOF