blob: a9ab737aa04a7b85da2bcf602ef801e2055c71c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue, 11 Oct 2016 19:57:10 -0400
Subject: ommand_args should be command_args
---
t/list_public_keys.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/list_public_keys.t b/t/list_public_keys.t
index 7e563c1..a36a78b 100644
--- a/t/list_public_keys.t
+++ b/t/list_public_keys.t
@@ -38,7 +38,7 @@ TEST
reset_handles();
my $pid = $gnupg->list_public_keys( handles => $handles,
- ommand_args => '0xF950DA9C'
+ command_args => '0xF950DA9C'
);
close $stdin;
|