diff options
author | Bruno Haible <bruno@clisp.org> | 2009-06-06 10:45:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:16:07 +0200 |
commit | 74f085399cf992fb0487f77ec6d72bd07f72d1da (patch) | |
tree | 123a8c8d16a606dabb2dc619fc5fb03fae5ed3b8 /gettext-tools/tests | |
parent | ce5ab69ac340fc7f31316a0052b41d2f154c20c0 (diff) | |
download | external_gettext-74f085399cf992fb0487f77ec6d72bd07f72d1da.zip external_gettext-74f085399cf992fb0487f77ec6d72bd07f72d1da.tar.gz external_gettext-74f085399cf992fb0487f77ec6d72bd07f72d1da.tar.bz2 |
Update test after msgfmt's error message changed.
Diffstat (limited to 'gettext-tools/tests')
-rw-r--r-- | gettext-tools/tests/ChangeLog | 4 | ||||
-rwxr-xr-x | gettext-tools/tests/msgfmt-10 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index a971fa7..a27672b 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,5 +1,9 @@ 2009-05-29 Bruno Haible <bruno@clisp.org> + * msgfmt-10: Update after msgfmt's error message changed. + +2009-05-29 Bruno Haible <bruno@clisp.org> + Avoid lang-c++ test failure. * lang-c++: Pass --tag option to libtool. diff --git a/gettext-tools/tests/msgfmt-10 b/gettext-tools/tests/msgfmt-10 index f5996be..b719a38 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 |