From: Jacob Bachmeyer Date: Fri, 17 Mar 2023 04:29:44 +0000 (-0500) Subject: Remove testsuite support for signature verifications during parsing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e8990ea9f043a49a2a0e7b29119c599887a71dd1;p=gatekeeper.git 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. --- 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