diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-properties-1')
-rwxr-xr-x | gettext-tools/tests/msgmerge-properties-1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgmerge-properties-1 b/gettext-tools/tests/msgmerge-properties-1 index ff7c968..f7554b6 100755 --- a/gettext-tools/tests/msgmerge-properties-1 +++ b/gettext-tools/tests/msgmerge-properties-1 @@ -35,8 +35,8 @@ still\ existing=here is normally no comment EOF : ${MSGMERGE=msgmerge} -${MSGMERGE} -q --properties-input --properties-output -o mm-p-1.tmp mm-p-1.in1 mm-p-1.in2 || exit 1 -LC_ALL=C tr -d '\r' < mm-p-1.tmp > mm-p-1.out || exit 1 +${MSGMERGE} -q --properties-input --properties-output -o mm-p-1.tmp mm-p-1.in1 mm-p-1.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mm-p-1.tmp > mm-p-1.out || Exit 1 cat << EOF > mm-p-1.ok #: file3:102 |