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/format-boost-2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gettext-tools/tests/format-boost-2') diff --git a/gettext-tools/tests/format-boost-2 b/gettext-tools/tests/format-boost-2 index b41b7b0..c97a4b1 100755 --- a/gettext-tools/tests/format-boost-2 +++ b/gettext-tools/tests/format-boost-2 @@ -197,9 +197,9 @@ EOF if test -n "$fail"; then echo "Format string checking error:" 1>&2 cat f-bo-2-$n.po 1>&2 - exit 1 + Exit 1 fi rm -f f-bo-2-$n.po f-bo-2-$n.mo done < f-bo-2.data -exit 0 +Exit 0 -- cgit v1.1