summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-01-12 11:50:53 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-04 15:22:30 +0100
commitcc00833e5b085fb6f2313b8bda2be8fd10182105 (patch)
tree8173c80551e378e9f933d953185efe2e38c3a356
parent52548855320c12ee24687c07ab07d1e516b1d97d (diff)
downloadgnutls-cc00833e5b085fb6f2313b8bda2be8fd10182105.tar.gz
testpkcs11: do not ignore the failure to write a trusted CA
-rwxr-xr-xtests/suite/testpkcs112
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/testpkcs11 b/tests/suite/testpkcs11
index 5ab8420b7a..1c178a9f19 100755
--- a/tests/suite/testpkcs11
+++ b/tests/suite/testpkcs11
@@ -257,7 +257,7 @@ write_certificate_test () {
echo ok
else
echo failed
- return
+ exit_error
fi
echo -n "* Trying to obtain back the cert... "