diff options
Diffstat (limited to 'gettext-tools/tests/msgattrib-13')
-rwxr-xr-x | gettext-tools/tests/msgattrib-13 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgattrib-13 b/gettext-tools/tests/msgattrib-13 index 2fd98be..52343d7 100755 --- a/gettext-tools/tests/msgattrib-13 +++ b/gettext-tools/tests/msgattrib-13 @@ -58,7 +58,7 @@ EOF tmpfiles="$tmpfiles ma-test13.out" : ${MSGATTRIB=msgattrib} -${MSGATTRIB} --obsolete ma-test13.po -o ma-test13.out +${MSGATTRIB} --obsolete -o ma-test13.out ma-test13.po test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles ma-test13.ok" |