From ec3d359cc6b934e304bcb406f038a991ce43cb06 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Jul 2005 10:34:14 +0000 Subject: Filter out warning message. --- gettext-tools/tests/msgcat-stringtable-1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gettext-tools/tests/msgcat-stringtable-1') diff --git a/gettext-tools/tests/msgcat-stringtable-1 b/gettext-tools/tests/msgcat-stringtable-1 index 4cf1f1d..64bf7e5 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 -- cgit v1.1