]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Silence the warnings.
authorBruno Haible <bruno@clisp.org>
Mon, 9 Apr 2001 19:54:08 +0000 (19:54 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 9 Apr 2001 19:54:08 +0000 (19:54 +0000)
tests/ChangeLog
tests/msgfmt-3
tests/msgmerge-5
tests/xgettext-3

index 7f7d30d10e806ee253011503d60a70996a868994..2298294c48363fc142549d63f0639f9e0eb98bbc 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * msgfmt-3: Update regexp to filter out specific warnings.
+       * msgmerge-5: Likewise.
+       * xgettext-3: Likewise.
+
 2001-04-06  Bruno Haible  <haible@clisp.cons.org>
 
        * plural-2: Change formula and result for ru.
index 520114ab528a333d3b3f2a74d5adc677e40daae2..e961bf153639d9086bee749bdb75c078f15cd1a6 100755 (executable)
@@ -21,7 +21,7 @@ tmpfiles="$tmpfiles mftest3.mo"
 : ${MSGFMT=msgfmt}
 LC_MESSAGES=C LC_ALL= \
 ${MSGFMT} mf-test3.po -o mftest3.mo 2>&1 \
-  | grep -v 'warning: charset'
+  | grep -v '\(warning: Charset\|^ \)'
 
 test ! -f mftest3.mo
 result=$?
index 8acc78c6594139341285f7a1174247c39ae9541d..c9d0c07334b48a2820bd5a3a7f549fccbeb4e36c 100755 (executable)
@@ -40,7 +40,7 @@ tmpfiles="$tmpfiles mm-test5.out"
 : ${MSGMERGE=msgmerge}
 LC_MESSAGES=C LC_ALL= \
 ${MSGMERGE} -q mm-test5.in1.po mm-test5.in2.po -o mm-test5.out 2>&1 \
-  | grep -v 'warning: charset'
+  | grep -v '\(warning: Charset\|^ \)'
 
 tmpfiles="$tmpfiles mm-test5.ok"
 cat <<EOF > mm-test5.ok
index aaff89095a73a7d0e8f59970e163905472bde99d..380208d64bb53536fcfbdc06da683d4755b1b6c3 100755 (executable)
@@ -10,7 +10,7 @@ rm -f zero-domain.po
 LC_MESSAGES=C LC_ALL= \
 ${XGETTEXT} -k_ -d zero-domain -x $top_srcdir/po/gettext.pot \
   $top_srcdir/src/xgettext.c 2>&1 \
-  | grep -v 'warning: charset'
+  | grep -v '\(warning: Charset\|^ \)'
 
 test ! -f zero-domain.po
 result=$?