]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change expected output.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Jun 2001 12:07:58 +0000 (12:07 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 11 Jun 2001 12:07:58 +0000 (12:07 +0000)
tests/ChangeLog
tests/msgcmp-2
tests/msgmerge-2

index 00792f681dd11da27c4240e59244a759862b6c25..83f2b56695b75056dd1277114f78047ee1da3048 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-10  Bruno Haible  <haible@clisp.cons.org>
+
+       * msgcmp-2: Add program name prefix to expected output.
+       * msgmerge-2: Likewise.
+
 2001-05-15  Bruno Haible  <haible@clisp.cons.org>
 
        * msgcomm-15: Use "test -f", not "test -e". For Solaris.
index 3a6ec9872817d62079da741ada597703f2d6de49..fe934e7828c910e080e87e990bd6645e13479863 100755 (executable)
@@ -31,7 +31,7 @@ cat <<EOF > 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}
index f73bdf18187e7bb74cd7fd19987c0943525266f2..c1adbf5681451a6b45ed47025e00bfd08e400dd0 100755 (executable)
@@ -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}