]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update test after error message format changed.
authorBruno Haible <bruno@clisp.org>
Tue, 4 Oct 2005 11:07:20 +0000 (11:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:52 +0000 (12:12 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/msgcat-stringtable-1

index d3d2a307edc49face0ae07c59463cd2d0631aefd..e11488bea40b14293c574cbe76f093b5dfd13350 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-01  Bruno Haible  <bruno@clisp.org>
+
+       * msgcat-stringtable-1: Update 2005-07-16 patch after the error message
+       changed.
+
 2005-10-01  Bruno Haible  <bruno@clisp.org>
 
        * msgattrib-10: Update for changed behaviour of msgattrib.
index 64bf7e5adb223f634be95fe5a6c7731659339438..d15fe1005f0f335a29f58acc6050d7eb801ae3ed 100755 (executable)
@@ -33,7 +33,7 @@ rm -f mcat-s-1.out
 LC_MESSAGES=C LC_ALL= \
 ${MSGCAT} --stringtable-input mcat-s-1.in -o mcat-s-1.out >mcat-s-1.err 2>&1
 result=$?
-cat mcat-s-1.err | grep -v 'msgcat: internationalized messages'
+cat mcat-s-1.err | grep -v ': internationalized messages'
 test $result = 0 || { rm -fr $tmpfiles; exit 1; }
 
 tmpfiles="$tmpfiles mcat-s-1.ok"