]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix self-test with new certtool --verify-chain output.
authorSimon Josefsson <simon@josefsson.org>
Tue, 6 Jan 2009 23:43:19 +0000 (00:43 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 6 Jan 2009 23:43:19 +0000 (00:43 +0100)
tests/sha2/sha2

index 6ac693f6f763e45614b3b1874e1c65b08b8530d3..49f951e009d865c43ae955db55092d95d164ebce 100755 (executable)
@@ -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