summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgcat-stringtable-1
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-11-22 11:53:25 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:56 +0200
commitac5efe36bd8a4b2ef3e05c6659302cb0b4b74405 (patch)
treeeadbf54abeee70cfaffc6b5a502db2fc175511e4 /gettext-tools/tests/msgcat-stringtable-1
parente042cd3cce6882a0dfbb36611103bb8e435abdd1 (diff)
downloadexternal_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.zip
external_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.tar.gz
external_gettext-ac5efe36bd8a4b2ef3e05c6659302cb0b4b74405.tar.bz2
When the tests work in a pure POSIX environment.
Diffstat (limited to 'gettext-tools/tests/msgcat-stringtable-1')
-rwxr-xr-xgettext-tools/tests/msgcat-stringtable-12
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgcat-stringtable-1 b/gettext-tools/tests/msgcat-stringtable-1
index d15fe10..0037452 100755
--- a/gettext-tools/tests/msgcat-stringtable-1
+++ b/gettext-tools/tests/msgcat-stringtable-1
@@ -31,7 +31,7 @@ tmpfiles="$tmpfiles mcat-s-1.out mcat-s-1.err"
rm -f mcat-s-1.out
: ${MSGCAT=msgcat}
LC_MESSAGES=C LC_ALL= \
-${MSGCAT} --stringtable-input mcat-s-1.in -o mcat-s-1.out >mcat-s-1.err 2>&1
+${MSGCAT} --stringtable-input -o mcat-s-1.out mcat-s-1.in >mcat-s-1.err 2>&1
result=$?
cat mcat-s-1.err | grep -v ': internationalized messages'
test $result = 0 || { rm -fr $tmpfiles; exit 1; }