summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-10-11 20:17:49 -0400
committerBrian C. Duggan <brian@bestpractical.com>2018-03-14 17:01:04 -0400
commit8d68798f8b5b6caf3654975ce2599bafd95b3058 (patch)
tree993cb712f5bef5902226a04e899c9847c6305569
parent5241873b59a293ac451d3088d94593bdf462c99f (diff)
move key files to generic names
-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