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/xgettext-perl-6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-tools/tests/xgettext-perl-6') diff --git a/gettext-tools/tests/xgettext-perl-6 b/gettext-tools/tests/xgettext-perl-6 index 2347b11..e0abad6 100755 --- a/gettext-tools/tests/xgettext-perl-6 +++ b/gettext-tools/tests/xgettext-perl-6 @@ -65,8 +65,8 @@ EOPERL : ${XGETTEXT=xgettext} LC_MESSAGES=C LC_ALL= \ -${XGETTEXT} --omit-header --no-location -o xg-pl-6.tmp xg-pl-6.pl || exit 1 -LC_ALL=C tr -d '\r' < xg-pl-6.tmp > xg-pl-6.pot || exit 1 +${XGETTEXT} --omit-header --no-location -o xg-pl-6.tmp xg-pl-6.pl || Exit 1 +LC_ALL=C tr -d '\r' < xg-pl-6.tmp > xg-pl-6.pot || Exit 1 cat <<\EOF > xg-pl-6.ok msgid "extracted1" -- cgit v1.1