Remove testsuite support for signature verifications during parsing
authorJacob Bachmeyer <jcb@gnu.org>
Fri, 17 Mar 2023 04:29:44 +0000 (23:29 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Fri, 17 Mar 2023 04:29:44 +0000 (23:29 -0500)
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

index 6eed9c64d7d0977098bb217668a97a96403c9fb4..56339dfe6ff8e00684640b5472421a0b3e928d3e 100644 (file)
@@ -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