summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msguniq-3
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/msguniq-3')
-rwxr-xr-xgettext-tools/tests/msguniq-32
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msguniq-3 b/gettext-tools/tests/msguniq-3
index ef6cbb4..8a6567f 100755
--- a/gettext-tools/tests/msguniq-3
+++ b/gettext-tools/tests/msguniq-3
@@ -7,7 +7,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15
tmpfiles="$tmpfiles msguniq-3.out"
: ${MSGUNIQ-msguniq}
-${MSGUNIQ} -w 1000 -d ${top_srcdir}/tests/msguniq-a.in -o msguniq-3.out
+${MSGUNIQ} -w 1000 -d -o msguniq-3.out ${top_srcdir}/tests/msguniq-a.in
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles msguniq-3.ok"