summaryrefslogtreecommitdiffstats
path: root/sqv/tests/not-before-after.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-06 15:53:46 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-06 16:19:48 +0100
commit5b95ceeb0109e5036d9b403fcff689f4e29f107e (patch)
treeae0b34e088fb9b28f0994d41b3fbe0e27f353d4b /sqv/tests/not-before-after.rs
parent537765aea0e34dda98d8038b339162f75a4ff76d (diff)
sqv: Print fingerprints and keyids without whitespace.
- This improves usability, e.g. when copy&pasting. - Fixes #422.
Diffstat (limited to 'sqv/tests/not-before-after.rs')
-rw-r--r--sqv/tests/not-before-after.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqv/tests/not-before-after.rs b/sqv/tests/not-before-after.rs
index 0295dbd9..8279f41d 100644
--- a/sqv/tests/not-before-after.rs
+++ b/sqv/tests/not-before-after.rs
@@ -16,7 +16,7 @@ mod integration {
&p("keys/emmelie-dorothea-dina-samantha-awina-ed25519.pgp"),
&p("messages/a-cypherpunks-manifesto.txt.ed25519.sig"),
&p("messages/a-cypherpunks-manifesto.txt")])
- .stdout().is("8E8C 33FA 4626 3379 76D9 7978 069C 0C34 8DD8 2C19")
+ .stdout().is("8E8C33FA4626337976D97978069C0C348DD82C19")
.unwrap();
}
@@ -30,7 +30,7 @@ mod integration {
"--not-after", "2018-08-15",
&p("messages/a-cypherpunks-manifesto.txt.ed25519.sig"),
&p("messages/a-cypherpunks-manifesto.txt")])
- .stdout().is("8E8C 33FA 4626 3379 76D9 7978 069C 0C34 8DD8 2C19")
+ .stdout().is("8E8C33FA4626337976D97978069C0C348DD82C19")
.unwrap();
}