From ebb4a5069f2faf257b89fd16858a2e662905fa43 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Tue, 30 Jul 2013 22:29:30 +0900 Subject: [PATCH] Fix watchdog test script. --- test/regression/tests/004.watchdog/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/regression/tests/004.watchdog/test.sh b/test/regression/tests/004.watchdog/test.sh index 43f1f95ee..31dfa11ed 100755 --- a/test/regression/tests/004.watchdog/test.sh +++ b/test/regression/tests/004.watchdog/test.sh @@ -1,4 +1,4 @@ -#! /bin/sh -x +#! /bin/sh #------------------------------------------------------------------- # test script for watchdog source $TESTLIBS @@ -45,7 +45,7 @@ cd master cd ../standby ./shutdownall -if [ $RESULT = '' ]; then +if [ -z "$RESULT" ]; then exit 1 fi -- 2.39.5