diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-01-31 23:09:32 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-01-31 23:14:38 +0100 |
commit | 1750efbbd46e4141985cb4561df521591366e16f (patch) | |
tree | f58b805279fc369193b906dc8b4d1c299381c237 /tests/sha2 | |
parent | 88d80080a07b719cec937374e52de6e2392b0205 (diff) | |
download | gnutls-1750efbbd46e4141985cb4561df521591366e16f.tar.gz |
Modified output to not confuse earlier scripts.
Diffstat (limited to 'tests/sha2')
-rwxr-xr-x | tests/sha2/sha2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sha2/sha2 b/tests/sha2/sha2 index d094326a9e..a2b810b89e 100755 --- a/tests/sha2/sha2 +++ b/tests/sha2/sha2 @@ -84,7 +84,7 @@ fi 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" != "5"; then +if test "$num" != "4"; then echo Verification failure exit 1 fi |