* Makefile.am: Add --no-permission-warning to avoid spurious warning when

importing demo keys.
This commit is contained in:
David Shaw 2003-06-26 21:47:49 +00:00
parent fbc1b34f71
commit df441baf1c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-06-26 David Shaw <dshaw@jabberwocky.com>
* Makefile.am: Add --no-permission-warning to avoid spurious
warning when importing demo keys.
2003-05-09 David Shaw <dshaw@jabberwocky.com>
* mds.test: Note that missing algorithms are not errors.

View File

@ -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