]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "tests: suite: pkcs11: skip if no softhsm"
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Jan 2017 13:36:51 +0000 (14:36 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 20 Jan 2017 13:39:54 +0000 (14:39 +0100)
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

index d3985edc77bc3fb8b63135de3cf9fa11fdc78b5c..6e043e5292933a0831dc3a35a857e86d4754eb84 100755 (executable)
@@ -598,7 +598,7 @@ if test -z "${type}"; then
                echo ""
                type=softhsm
        else
-               exit 77
+               exit 1
        fi
 
 fi