summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-01-03 14:40:36 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-04 07:59:48 +0100
commit276a6ee44d80d4d3b144a78794020c177be8f0ea (patch)
tree51218843500b427d377ce25c8cbcacd090b5676c
parent23ee89acacaf7f06517c82f31ad9f3a958b0324c (diff)
downloadgnutls-276a6ee44d80d4d3b144a78794020c177be8f0ea.tar.gz
tests: suite: pkcs11: skip if no softhsm
similar to other tests Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-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 f416957934..2f5ad2242e 100755
--- a/tests/suite/testpkcs11.sh
+++ b/tests/suite/testpkcs11.sh
@@ -581,7 +581,7 @@ if test -z "${type}"; then
echo ""
type=softhsm
else
- exit 1
+ exit 77
fi
fi