summaryrefslogtreecommitdiff
path: root/tests/suite/testcompat-oldgnutls.sh
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-06-09 10:41:18 +0200
committerDaiki Ueno <ueno@gnu.org>2020-06-12 08:01:27 +0200
commitc06de1e19b5446bae5cb8e982746a547dd4061b4 (patch)
tree29cc941f2756ffad1adb26c8ace5d0b38e463e4b /tests/suite/testcompat-oldgnutls.sh
parent1270e81b944e1672f89d8a8b1db986535cf5b072 (diff)
downloadgnutls-c06de1e19b5446bae5cb8e982746a547dd4061b4.tar.gz
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 <ueno@gnu.org>
Diffstat (limited to 'tests/suite/testcompat-oldgnutls.sh')
-rwxr-xr-xtests/suite/testcompat-oldgnutls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/testcompat-oldgnutls.sh b/tests/suite/testcompat-oldgnutls.sh
index 2ec96b20c2..937bf57050 100755
--- a/tests/suite/testcompat-oldgnutls.sh
+++ b/tests/suite/testcompat-oldgnutls.sh
@@ -54,7 +54,7 @@ LDPATH=/usr/local/OLDGNUTLS/lib/x86_64-linux-gnu:/usr/local/OLDGNUTLS/usr/lib/x8
. "${srcdir}/../scripts/common.sh"
-check_for_datefudge
+skip_if_no_datefudge
. "${srcdir}/testcompat-common"