summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-20 14:36:51 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-01-20 14:39:54 +0100
commit07c522ef6b1c8a2db84198d15f315a9ac310a02c (patch)
tree9dd748da6586c26d598c50119b1b32ed10510149
parentd2d11cdcea17becbff00a34334136279d3cfe4fb (diff)
downloadgnutls-07c522ef6b1c8a2db84198d15f315a9ac310a02c.tar.gz
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.
-rwxr-xr-xtests/suite/testpkcs11.sh2
1 files changed, 1 insertions, 1 deletions
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