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/msgexec-3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gettext-tools/tests/msgexec-3') diff --git a/gettext-tools/tests/msgexec-3 b/gettext-tools/tests/msgexec-3 index 7955d63..4dff887 100755 --- a/gettext-tools/tests/msgexec-3 +++ b/gettext-tools/tests/msgexec-3 @@ -43,7 +43,7 @@ EOF chmod a+x mex-test3.sh : ${MSGEXEC=msgexec} -${MSGEXEC} --properties-input -i mex-test3.properties ./mex-test3.sh > mex-test3.out || exit 1 +${MSGEXEC} --properties-input -i mex-test3.properties ./mex-test3.sh > mex-test3.out || Exit 1 cat <<\EOF > mex-test3.ok ========================= mex-test3.properties:3 ========================= -- cgit v1.1