tests: Fix distcheck.

* tests/openpgp/Makefile.am (samplekeys): Add missing key.

Fixes-commit: 4ba11251
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-07-26 16:03:06 +02:00
parent f17aecbcd9
commit 66c0dab3c7
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ sample_keys = samplekeys/README \
samplekeys/ssh-dsa.key \
samplekeys/ssh-ecdsa.key \
samplekeys/ssh-ed25519.key \
samplekeys/ssh-rsa.key
samplekeys/ssh-rsa.key \
samplekeys/issue2346.gpg
EXTRA_DIST = defs.inc defs.scm pinentry.sh $(TESTS) $(TEST_FILES) \
mkdemodirs signdemokey $(priv_keys) $(sample_keys) \