From: Nikos Mavrogiannopoulos Date: Fri, 20 Jan 2017 13:36:51 +0000 (+0100) Subject: Revert "tests: suite: pkcs11: skip if no softhsm" X-Git-Tag: gnutls_3_6_0~1055 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07c522ef6b1c8a2db84198d15f315a9ac310a02c;p=thirdparty%2Fgnutls.git Revert "tests: suite: pkcs11: skip if no softhsm" This reverts commit 276a6ee44d80d4d3b144a78794020c177be8f0ea. The reason is to avoid having changes in softhsm packaging, result to skipping large parts of the test suite without someone noticing. --- diff --git a/tests/suite/testpkcs11.sh b/tests/suite/testpkcs11.sh index d3985edc77..6e043e5292 100755 --- a/tests/suite/testpkcs11.sh +++ b/tests/suite/testpkcs11.sh @@ -598,7 +598,7 @@ if test -z "${type}"; then echo "" type=softhsm else - exit 77 + exit 1 fi fi