From c06de1e19b5446bae5cb8e982746a547dd4061b4 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 9 Jun 2020 10:41:18 +0200 Subject: tests: check_for_datefudge: don't exit the test programs This makes check_for_datefudge not to immediately exit the program, but to return non-zero to allow the tests by themselves to control the behavior when "datefudge" is not found. Signed-off-by: Daiki Ueno --- tests/suite/testcompat-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/suite/testcompat-openssl.sh') diff --git a/tests/suite/testcompat-openssl.sh b/tests/suite/testcompat-openssl.sh index bfc59c09ac..b932a599c9 100755 --- a/tests/suite/testcompat-openssl.sh +++ b/tests/suite/testcompat-openssl.sh @@ -54,7 +54,7 @@ export TZ="UTC" # Check for datefudge . "${srcdir}/../scripts/common.sh" -check_for_datefudge +skip_if_no_datefudge timeout 1800 datefudge "2012-09-2" "${srcdir}/testcompat-main-openssl" -- cgit v1.2.1