summaryrefslogtreecommitdiff
path: root/tests/cert-tests/openpgp-cert-parser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/openpgp-cert-parser')
-rwxr-xr-xtests/cert-tests/openpgp-cert-parser2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/openpgp-cert-parser b/tests/cert-tests/openpgp-cert-parser
index 4ac5a6f946..f17e160a0c 100755
--- a/tests/cert-tests/openpgp-cert-parser
+++ b/tests/cert-tests/openpgp-cert-parser
@@ -43,7 +43,7 @@ echo "Checking OpenPGP certificate parsing"
for i in "truncated.pub" "attribute-leak-1.pub" "subpkt-leak.pub" "openpgp-invalid1.pub" \
"openpgp-invalid2.pub" "openpgp-invalid3.pub" "openpgp-invalid4.pub" "openpgp-invalid5.pub" \
"openpgp-invalid6.pub" "openpgp-invalid7.pub" "openpgp-invalid8.pub" \
- "openpgp-invalid9.pub";do
+ "openpgp-invalid9.pub" "openpgp-invalid10";do
${VALGRIND} "${CERTTOOL}" --inraw --pgp-certificate-info --infile "${srcdir}/data/${i}"
rc=$?
if test $rc != 1;then