summaryrefslogtreecommitdiffstats
path: root/sqv/tests/multiple-signatures.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-26 22:39:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-26 23:18:45 +0100
commitb08498fae6c3bd87fd3c2b3bcadac0dd10d3d351 (patch)
treef49cea933f4fcd2440a756edf1ae2899a0d498f4 /sqv/tests/multiple-signatures.rs
parent8c096d156df3862240e7dfdb560974ddb8064aa1 (diff)
sqv: Fix tests.
- Fixes 64addd3eaa0c6902928b2eaab1db20b6c2ec8fa2, which removes the short alias for --keyring.
Diffstat (limited to 'sqv/tests/multiple-signatures.rs')
-rw-r--r--sqv/tests/multiple-signatures.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/tests/multiple-signatures.rs b/sqv/tests/multiple-signatures.rs
index a2bff844..3c0aa81c 100644
--- a/sqv/tests/multiple-signatures.rs
+++ b/sqv/tests/multiple-signatures.rs
@@ -14,7 +14,7 @@ fn ignore_multiple_signatures() {
// 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"),