diff options
Diffstat (limited to 'gettext-tools/tests/msgen-2')
-rwxr-xr-x | gettext-tools/tests/msgen-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgen-2 b/gettext-tools/tests/msgen-2 index 170ebd7..b910869 100755 --- a/gettext-tools/tests/msgen-2 +++ b/gettext-tools/tests/msgen-2 @@ -12,8 +12,8 @@ width\ must\ be\ positive= EOF : ${MSGEN=msgen} -${MSGEN} --properties-input --properties-output -o men-test2.tmp men-test2.properties || exit 1 -LC_ALL=C tr -d '\r' < men-test2.tmp > men-test2.out || exit 1 +${MSGEN} --properties-input --properties-output -o men-test2.tmp men-test2.properties || Exit 1 +LC_ALL=C tr -d '\r' < men-test2.tmp > men-test2.out || Exit 1 cat <<\EOF > men-test2.ok height\ must\ be\ positive=height must be positive |