summaryrefslogtreecommitdiffstats
path: root/tool/tests
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-06 13:09:49 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-06 13:09:49 +0200
commitb416b5be84ecc3e3f2923a641094d91d30dfa3ae (patch)
treed7820ab7e7d6927d8f7105760a1fc4836bd8773b /tool/tests
parentaeb1ed12f642e838ce6b6240e70a662780c70b56 (diff)
tool: Fix test.
Diffstat (limited to 'tool/tests')
-rw-r--r--tool/tests/sqv-multiple-signatures.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/tool/tests/sqv-multiple-signatures.rs b/tool/tests/sqv-multiple-signatures.rs
index b7ebb8f9..a2bff844 100644
--- a/tool/tests/sqv-multiple-signatures.rs
+++ b/tool/tests/sqv-multiple-signatures.rs
@@ -10,18 +10,6 @@ fn p(filename: &str) -> String {
/// ignored.
#[test]
fn ignore_multiple_signatures() {
- // Check that all signatures are ok and accounted for.
- Assert::cargo_binary("sqv")
- .with_args(
- &["-r",
- &p("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),
- "--signatures=2",
- "--accept-multiple-signatures",
- &p("messages/a-cypherpunks-manifesto.txt.ed25519.sig.two-keys"),
- &p("messages/a-cypherpunks-manifesto.txt")])
- .unwrap();
-
-
// Multiple signatures from the same TPK are ignored, and fails to
// meet the threshold.
Assert::cargo_binary("sqv")