diff options
author | Daiki Ueno <ueno@gnu.org> | 2020-06-09 10:41:18 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2020-06-12 08:01:27 +0200 |
commit | c06de1e19b5446bae5cb8e982746a547dd4061b4 (patch) | |
tree | 29cc941f2756ffad1adb26c8ace5d0b38e463e4b /tests/certtool-pkcs11.sh | |
parent | 1270e81b944e1672f89d8a8b1db986535cf5b072 (diff) | |
download | gnutls-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/certtool-pkcs11.sh')
-rwxr-xr-x | tests/certtool-pkcs11.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/certtool-pkcs11.sh b/tests/certtool-pkcs11.sh index 9a599e6146..daba535a4d 100755 --- a/tests/certtool-pkcs11.sh +++ b/tests/certtool-pkcs11.sh @@ -68,7 +68,7 @@ exit_error () { exit 1 } -check_for_datefudge +skip_if_no_datefudge # $1: token # $2: PIN |