diff options
author | Colin Walters <walters@verbum.org> | 2016-03-31 13:46:16 -0400 |
---|---|---|
committer | Colin Walters (automation) <walters+githubbot@verbum.org> | 2016-03-31 18:43:31 +0000 |
commit | bdf24cdc049b421d6e5a982ee9f25502407dceca (patch) | |
tree | 86cf715bedfadce7b1878c76d85d079a37e82847 /tests/test-pull-summary-sigs.sh | |
parent | 9dafc820241ed6e663ad4093660fc255f549aa26 (diff) | |
download | ostree-bdf24cdc049b421d6e5a982ee9f25502407dceca.tar.gz |
tests: Make failing to kill the GPG agent non-fatal
It's not working for me in `make check` on a RHEL 7 Workstation,
apparently because no GPG agent is spawned. I'm guessing this has
something to do with the GPG version?
The downside of this is we will be less likely to notice if GPG
changes again and we start leaking agents like we're in The Matrix
Reloaded. But the real solution to that is containers anyways.
Closes: #233
Approved by: smcv
Diffstat (limited to 'tests/test-pull-summary-sigs.sh')
-rwxr-xr-x | tests/test-pull-summary-sigs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pull-summary-sigs.sh b/tests/test-pull-summary-sigs.sh index dd2fcb0f..40de0a66 100755 --- a/tests/test-pull-summary-sigs.sh +++ b/tests/test-pull-summary-sigs.sh @@ -134,4 +134,4 @@ grep static-deltas summary.txt > static-deltas.txt assert_file_has_content static-deltas.txt \ $(${OSTREE} --repo=repo rev-parse origin:main) -gpg-connect-agent --homedir ${test_tmpdir}/gpghome killagent /bye +libtest_cleanup_gpg |