From 59d9b55bb203ec78be4ace221123e0d1b5827b35 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 8 Jun 2016 15:27:59 +0900 Subject: tests: Use Exit instead of exit if init.sh is used * gettext-tools/tests/*: Use Exit instead of exit, as suggested by init.sh. --- gettext-tools/tests/msgattrib-13 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-tools/tests/msgattrib-13') diff --git a/gettext-tools/tests/msgattrib-13 b/gettext-tools/tests/msgattrib-13 index f352983..ec1a71b 100755 --- a/gettext-tools/tests/msgattrib-13 +++ b/gettext-tools/tests/msgattrib-13 @@ -54,8 +54,8 @@ msgstr "" EOF : ${MSGATTRIB=msgattrib} -${MSGATTRIB} --obsolete -o ma-test13.tmp ma-test13.po || exit 1 -LC_ALL=C tr -d '\r' < ma-test13.tmp > ma-test13.out || exit 1 +${MSGATTRIB} --obsolete -o ma-test13.tmp ma-test13.po || Exit 1 +LC_ALL=C tr -d '\r' < ma-test13.tmp > ma-test13.out || Exit 1 cat <<\EOF > ma-test13.ok # HEADER. -- cgit v1.1