diff options
Diffstat (limited to 'checks/Makefile.am')
-rw-r--r-- | checks/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/Makefile.am b/checks/Makefile.am index 1aacd4856..88918ee9b 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -18,7 +18,7 @@ # Process this file with automake to create Makefile.in -GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --import +GPG_IMPORT = ../g10/gpg --homedir . --quiet --yes --no-permission-warning --import TESTS = version.test mds.test \ decrypt.test decrypt-dsa.test \ @@ -98,4 +98,3 @@ plain-large: cat $(srcdir)/../doc/HACKING \ $(srcdir)/../doc/DETAILS \ $(srcdir)/../doc/FAQ >plain-large - |