diff options
Diffstat (limited to 'gettext-tools/tests/msggrep-3')
-rwxr-xr-x | gettext-tools/tests/msggrep-3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msggrep-3 b/gettext-tools/tests/msggrep-3 index 3701b7c..87f0fab 100755 --- a/gettext-tools/tests/msggrep-3 +++ b/gettext-tools/tests/msggrep-3 @@ -162,7 +162,7 @@ EOF tmpfiles="$tmpfiles mg-test3.out mg-test3.err" : ${MSGGREP=msggrep} LC_MESSAGES=C LC_ALL= \ -${MSGGREP} -K -e error -T -e Speicher mg-test3.po -o mg-test3.out >mg-test3.err 2>&1 +${MSGGREP} -K -e error -T -e Speicher -o mg-test3.out mg-test3.po >mg-test3.err 2>&1 result=$? cat mg-test3.err | grep -v 'warning: Locale charset' | grep -v '^ ' test $result = 0 || { rm -fr $tmpfiles; exit 1; } |