From: Daiki Ueno Date: Tue, 13 May 2014 06:26:08 +0000 (+0900) Subject: tests: Adjust the error message check after commit 4aaaccd2 X-Git-Tag: v0.19~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3803eb459f94ecd9775a74861361168f01d4501;p=thirdparty%2Fgettext.git tests: Adjust the error message check after commit 4aaaccd2 * msgfmt-10: Increment expected error count. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index ad6362dfe..ef182b2b3 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2014-05-13 Daiki Ueno + + * msgfmt-10: Increment expected error count. + 2014-05-12 Daiki Ueno * msgfilter-quote-1: Test doubled grave characters. diff --git a/gettext-tools/tests/msgfmt-10 b/gettext-tools/tests/msgfmt-10 index d49ffdc67..03ee55be7 100755 --- a/gettext-tools/tests/msgfmt-10 +++ b/gettext-tools/tests/msgfmt-10 @@ -70,7 +70,7 @@ ${MSGFMT} --check -o /dev/null mf-test10.po2 \ cat << EOF > mf-test10.ok mf-test10.po2:6: warning: header field 'Language' missing in header mf-test10.po2:20: number of format specifications in 'msgid_plural' and 'msgstr[1]' does not match -msgfmt: found 1 fatal error +msgfmt: found 2 fatal errors EOF : ${DIFF=diff}