From: Bruno Haible Date: Mon, 11 Jun 2001 12:07:58 +0000 (+0000) Subject: Change expected output. X-Git-Tag: v0.11~679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b495b3ff383bbcdde01f052f020b282183261766;p=thirdparty%2Fgettext.git Change expected output. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 00792f681..83f2b5669 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-06-10 Bruno Haible + + * msgcmp-2: Add program name prefix to expected output. + * msgmerge-2: Likewise. + 2001-05-15 Bruno Haible * msgcomm-15: Use "test -f", not "test -e". For Solaris. diff --git a/tests/msgcmp-2 b/tests/msgcmp-2 index 3a6ec9872..fe934e782 100755 --- a/tests/msgcmp-2 +++ b/tests/msgcmp-2 @@ -31,7 +31,7 @@ cat < mc-test2.ok mc-test2.in2:1: this message is used but not defined... mc-test2.in1:3: ...but this definition is similar mc-test2.in1:4: warning: this message is not used -found 1 fatal error +msgcmp: found 1 fatal error EOF : ${DIFF=diff} diff --git a/tests/msgmerge-2 b/tests/msgmerge-2 index f73bdf181..c1adbf568 100755 --- a/tests/msgmerge-2 +++ b/tests/msgmerge-2 @@ -31,7 +31,7 @@ tmpfiles="$tmpfiles mm-test2.ok" cat << EOF > mm-test2.ok mm-test2.in1:3: duplicate message definition mm-test2.in1:1: ...this is the location of the first definition -found 1 fatal error +msgmerge: found 1 fatal error EOF : ${DIFF=diff}