summaryrefslogtreecommitdiffstats
path: root/sqv/tests/duplicate-signatures.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/tests/duplicate-signatures.rs')
-rw-r--r--sqv/tests/duplicate-signatures.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqv/tests/duplicate-signatures.rs b/sqv/tests/duplicate-signatures.rs
index 691afb50..c91df964 100644
--- a/sqv/tests/duplicate-signatures.rs
+++ b/sqv/tests/duplicate-signatures.rs
@@ -12,7 +12,7 @@ fn ignore_duplicates() {
// Duplicate is ignored, but remaining one is ok.
Assert::cargo_binary("sqv")
.with_args(
- &["-r",
+ &["--keyring",
&p("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),
&p("messages/a-cypherpunks-manifesto.txt.ed25519.sig.duplicated"),
&p("messages/a-cypherpunks-manifesto.txt")])
@@ -21,7 +21,7 @@ fn ignore_duplicates() {
// Duplicate is ignored, and fails to meet the threshold.
Assert::cargo_binary("sqv")
.with_args(
- &["-r",
+ &["--keyring",
&p("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),
"--signatures=2",
&p("messages/a-cypherpunks-manifesto.txt.ed25519.sig.duplicated"),