diff options
Diffstat (limited to 'gettext-tools/tests/msgattrib-15')
-rwxr-xr-x | gettext-tools/tests/msgattrib-15 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgattrib-15 b/gettext-tools/tests/msgattrib-15 index d32e534..fc058b5 100755 --- a/gettext-tools/tests/msgattrib-15 +++ b/gettext-tools/tests/msgattrib-15 @@ -49,8 +49,8 @@ msgstr "photocopieur" EOF : ${MSGATTRIB=msgattrib} -${MSGATTRIB} --clear-fuzzy -o ma-test15.tmp ma-test15.po || exit 1 -LC_ALL=C tr -d '\r' < ma-test15.tmp > ma-test15.out || exit 1 +${MSGATTRIB} --clear-fuzzy -o ma-test15.tmp ma-test15.po || Exit 1 +LC_ALL=C tr -d '\r' < ma-test15.tmp > ma-test15.out || Exit 1 : ${DIFF=diff} ${DIFF} ma-test15.po ma-test15.out |