diff options
Diffstat (limited to 'gettext-tools/tests/msguniq-5')
-rwxr-xr-x | gettext-tools/tests/msguniq-5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msguniq-5 b/gettext-tools/tests/msguniq-5 index 2735fec..79a1a6a 100755 --- a/gettext-tools/tests/msguniq-5 +++ b/gettext-tools/tests/msguniq-5 @@ -58,7 +58,7 @@ EOF tmpfiles="$tmpfiles msguniq-5.out" : ${MSGUNIQ-msguniq} -${MSGUNIQ} msguniq-5.po -o msguniq-5.out +${MSGUNIQ} -o msguniq-5.out msguniq-5.po test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles msguniq-5.ok" |