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