From: Bruno Haible Date: Mon, 18 Jul 2005 10:34:14 +0000 (+0000) Subject: Filter out warning message. X-Git-Tag: v0.15~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3d359cc6b934e304bcb406f038a991ce43cb06;p=thirdparty%2Fgettext.git Filter out warning message. --- diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 1719fac5e..57c62fd4c 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-07-16 Bruno Haible + + * msgcat-stringtable-1: Filter out warning message from output. + 2005-05-27 Bruno Haible * msgcat-stringtable-1: Expect \v or \a escape sequence in output. diff --git a/gettext-tools/tests/msgcat-stringtable-1 b/gettext-tools/tests/msgcat-stringtable-1 index 4cf1f1d32..64bf7e5ad 100755 --- a/gettext-tools/tests/msgcat-stringtable-1 +++ b/gettext-tools/tests/msgcat-stringtable-1 @@ -27,11 +27,14 @@ is completely ignored, even if in "quotes", or \escape characters, etc. "hoe322070.element"; EOF -tmpfiles="$tmpfiles mcat-s-1.out" +tmpfiles="$tmpfiles mcat-s-1.out mcat-s-1.err" rm -f mcat-s-1.out : ${MSGCAT=msgcat} -${MSGCAT} --stringtable-input mcat-s-1.in -o mcat-s-1.out -test $? = 0 || { rm -fr $tmpfiles; exit 1; } +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' +test $result = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles mcat-s-1.ok" cat << \EOF > mcat-s-1.ok