From 07c522ef6b1c8a2db84198d15f315a9ac310a02c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 20 Jan 2017 14:36:51 +0100 Subject: 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. --- tests/suite/testpkcs11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1