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/msgconv-7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-tools/tests/msgconv-7') diff --git a/gettext-tools/tests/msgconv-7 b/gettext-tools/tests/msgconv-7 index 2d1fa65..f07cc54 100755 --- a/gettext-tools/tests/msgconv-7 +++ b/gettext-tools/tests/msgconv-7 @@ -19,7 +19,7 @@ EOF : ${MSGCONV=msgconv} ${MSGCONV} --add-location=file --to-code=UTF-8 \ - -o mco-test7.out mco-test7.po || exit 1 + -o mco-test7.out mco-test7.po || Exit 1 cat <<\EOF > mco-test7.ok # Chinese translation for GNU gettext messages. -- cgit v1.1