diff options
Diffstat (limited to 'gettext-tools/tests/msgattrib-8')
-rwxr-xr-x | gettext-tools/tests/msgattrib-8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgattrib-8 b/gettext-tools/tests/msgattrib-8 index c79adc2..098582d 100755 --- a/gettext-tools/tests/msgattrib-8 +++ b/gettext-tools/tests/msgattrib-8 @@ -59,7 +59,7 @@ EOF tmpfiles="$tmpfiles ma-test8.out" : ${MSGATTRIB=msgattrib} -${MSGATTRIB} --set-fuzzy ma-test8.po -o ma-test8.out +${MSGATTRIB} --set-fuzzy -o ma-test8.out ma-test8.po test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles ma-test8.ok" |