summaryrefslogtreecommitdiff
path: root/tests/sha2
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-01-31 23:09:32 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-01-31 23:14:38 +0100
commit1750efbbd46e4141985cb4561df521591366e16f (patch)
treef58b805279fc369193b906dc8b4d1c299381c237 /tests/sha2
parent88d80080a07b719cec937374e52de6e2392b0205 (diff)
downloadgnutls-1750efbbd46e4141985cb4561df521591366e16f.tar.gz
Modified output to not confuse earlier scripts.
Diffstat (limited to 'tests/sha2')
-rwxr-xr-xtests/sha2/sha22
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