summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-10-11 20:17:49 -0400
committerNiko Tyni <ntyni@debian.org>2018-06-29 10:20:20 +0200
commit9e0245075ca45ba059c4cdd3e2fa50ae60e7fd38 (patch)
treef66636488b78bd3226bb6a5baf95504617bd18a9
parentc61fc91437552f1b60461b44dac3c474f94b77c5 (diff)
move key files to generic names
Gbp-Pq: Name 0013-move-key-files-to-generic-names.patch
-rw-r--r--t/000_setup.t2
-rw-r--r--test/public_keys.pgp (renamed from test/pubring.gpg)bin3418 -> 3418 bytes
-rw-r--r--test/secret_keys.pgp (renamed from test/secring.gpg)bin1241 -> 1241 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/t/000_setup.t b/t/000_setup.t
index 7f7f7b0..a8e3042 100644
--- a/t/000_setup.t
+++ b/t/000_setup.t
@@ -19,7 +19,7 @@ TEST
copy('test/gpg.conf', 'test/gnupghome/gpg.conf');
reset_handles();
- my $pid = $gnupg->import_keys(command_args => [ 'test/pubring.gpg', 'test/secring.gpg' ],
+ my $pid = $gnupg->import_keys(command_args => [ 'test/public_keys.pgp', 'test/secret_keys.pgp' ],
options => [ 'batch'],
handles => $handles);
waitpid $pid, 0;
diff --git a/test/pubring.gpg b/test/public_keys.pgp
index 60b008a..60b008a 100644
--- a/test/pubring.gpg
+++ b/test/public_keys.pgp
Binary files differ
diff --git a/test/secring.gpg b/test/secret_keys.pgp
index aa34674..aa34674 100644
--- a/test/secring.gpg
+++ b/test/secret_keys.pgp
Binary files differ