summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-07 00:43:19 +0100
committerSimon Josefsson <simon@josefsson.org>2009-01-07 00:43:19 +0100
commit86637419b06daecc6c29a975e62586a9e628c1a1 (patch)
treec1149cc9ebeaec7a8858bf4b241d0ff608c11df0
parent6e282f12b38a9099e002657922263a9e2e6ff19b (diff)
downloadgnutls-86637419b06daecc6c29a975e62586a9e628c1a1.tar.gz
Fix self-test with new certtool --verify-chain output.
-rwxr-xr-xtests/sha2/sha22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sha2/sha2 b/tests/sha2/sha2
index 6ac693f6f7..49f951e009 100755
--- a/tests/sha2/sha2
+++ b/tests/sha2/sha2
@@ -66,7 +66,7 @@ $CERTTOOL --generate-certificate --template template \
num=`cat new-user.pem new-subsubca.pem new-subca.pem new-ca.pem | $CERTTOOL --verify-chain | tee verify | grep -c Verified`
cat verify
-if test "$num" != "4"; then
+if test "$num" != "5"; then
echo Verification failure
exit 1
else