From e8990ea9f043a49a2a0e7b29119c599887a71dd1 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 16 Mar 2023 23:29:44 -0500 Subject: [PATCH] Remove testsuite support for signature verifications during parsing This was only present to accommodate the extra signature verification that as previously used to obtain an email address. The key index now fills that requirement. --- testsuite/lib/gatekeeper.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testsuite/lib/gatekeeper.exp b/testsuite/lib/gatekeeper.exp index 6eed9c6..56339df 100644 --- a/testsuite/lib/gatekeeper.exp +++ b/testsuite/lib/gatekeeper.exp @@ -730,24 +730,24 @@ proc analyze_log { base_dir name assess } { exp_continue } - -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP|PV)\]\ + -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP)\]\ DEBUG: [^ ]+ size is [[:digit:]]+} { # from verify_keyring, upon entry # also from check_files, twice, upon entry exp_continue } - -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP|PV)\]\ + -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP)\]\ DEBUG: gpgv command line: [^\r\n]+} { # from verify_keyring, tracing gpgv call exp_continue } - -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP|PV)\]\ + -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP)\]\ gpgv exited ([[:digit:]]+)} { # from verify_keyring, when closing pipe from gpgv set A(gpgv,exitcode,$expect_out(1,string)) 1 exp_continue } - -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP|PV)\]\ + -re {^gatekeeper\[[0-9]+\]: \(Test\) \[(?:AA|RP)\]\ gpg verify of directive file failed} { # from verify_keyring, when no keys match set A(gpgv,directive-verify-failed) 1 -- 2.25.1