diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-25 02:39:59 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-25 02:39:59 +0000 |
commit | 7851d73fd7f424f9a649690e1cb3055feb792c51 (patch) | |
tree | c9a16cf9c4fc90f8c47d6fbe2b7a345290425aa3 | |
parent | g10: invalidate the fd cache for keyring. (diff) | |
download | gnupg-7851d73fd7f424f9a649690e1cb3055feb792c51.tar.gz gnupg-7851d73fd7f424f9a649690e1cb3055feb792c51.zip |
tests: Remove *.conf.tmpl from Makefile.
* tests/openpgp/Makefile.am (TEST_FILES): Remove gpg.conf.tmpl
and gpg-agent.conf.tmpl.
--
Fixes-commit: 06a177ceea529269a7404740c60416bd6a4567b1
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tests/openpgp/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index a7281a5c7..d99c3d9c5 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -115,7 +115,6 @@ TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \ plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \ plain-largeo.asc plain-large.asc \ pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc \ - gpg.conf.tmpl gpg-agent.conf.tmpl \ bug537-test.data.asc bug894-test.asc \ bug1223-good.asc bug1223-bogus.asc 4gb-packet.asc \ tofu/conflicting/1C005AF3.gpg \ |