Merge pull request #2367 from dbnicholson/gpg-2.3.0-expire-test-regression

tests/gpg: Don't assert subkey expiration when only primary expired
This commit is contained in:
Dan Nicholson 2021-06-03 16:56:07 -06:00 committed by GitHub
commit a7b590f7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,6 @@ assert_file_has_content test2-show "${key1_id}"
assert_file_has_content test2-show "${key2_sub_id}"
assert_file_has_content test2-show 'Good signature from "Test Key 1 <>"'
assert_file_has_content test2-show 'BAD signature from "Test Key 2 <>"'
assert_not_file_has_content test2-show 'Key expired'
assert_file_has_content test2-show "Primary key ID ${key2_id}"
assert_file_has_content test2-show 'Primary key expired'