summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msguniq-4
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/msguniq-4
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/msguniq-4')
-rwxr-xr-xgettext-tools/tests/msguniq-44
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msguniq-4 b/gettext-tools/tests/msguniq-4
index 352e8cf..844b4bc 100755
--- a/gettext-tools/tests/msguniq-4
+++ b/gettext-tools/tests/msguniq-4
@@ -7,12 +7,12 @@ trap 'rm -fr $tmpfiles' 1 2 3 15
tmpfiles="$tmpfiles msguniq-4.out"
: ${MSGUNIQ-msguniq}
-${MSGUNIQ} --properties-input --properties-output -w 1000 ${top_srcdir}/tests/msguniq-a.inp -o msguniq-4.out
+${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out ${top_srcdir}/tests/msguniq-a.inp
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles msguniq-4.ok"
: ${MSGCAT-msgcat}
-${MSGCAT} --properties-output -w 1000 ${top_srcdir}/tests/msguniq-a.out -o msguniq-4.ok
+${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok ${top_srcdir}/tests/msguniq-a.out
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
: ${DIFF=diff}