diff options
Diffstat (limited to 'gettext-tools/tests/msgunfmt-properties-1')
-rwxr-xr-x | gettext-tools/tests/msgunfmt-properties-1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/tests/msgunfmt-properties-1 b/gettext-tools/tests/msgunfmt-properties-1 index 41fd811..2184dbd 100755 --- a/gettext-tools/tests/msgunfmt-properties-1 +++ b/gettext-tools/tests/msgunfmt-properties-1 @@ -22,11 +22,11 @@ two=second EOF : ${MSGFMT=msgfmt} -${MSGFMT} --properties-input -o mu-p-1.mo mu-p-1.in || exit 1 +${MSGFMT} --properties-input -o mu-p-1.mo mu-p-1.in || Exit 1 : ${MSGUNFMT=msgunfmt} -${MSGUNFMT} --properties-output -o mu-p-1.tmp mu-p-1.mo || exit 1 -LC_ALL=C tr -d '\r' < mu-p-1.tmp > mu-p-1.out || exit 1 +${MSGUNFMT} --properties-output -o mu-p-1.tmp mu-p-1.mo || Exit 1 +LC_ALL=C tr -d '\r' < mu-p-1.tmp > mu-p-1.out || Exit 1 : ${DIFF=diff} ${DIFF} mu-p-1.in mu-p-1.out |