Add minor E2E test improvements
This commit is contained in:
parent
603a88489e
commit
54ee9d9875
2 changed files with 4 additions and 4 deletions
|
@ -89,13 +89,13 @@ out: -----BEGIN PGP MESSAGE-----
|
|||
|
||||
[case-8]
|
||||
descr: Clear text message to address with delimiter and a user with an Ed25519 key
|
||||
to: bob@disposlab
|
||||
to: bob+foo@disposlab
|
||||
in: test/msgin/clear2ed-delim.msg
|
||||
out: -----BEGIN PGP MESSAGE-----
|
||||
|
||||
[case-9]
|
||||
descr: Clear text message with inline PGP markers to recipient without a key
|
||||
to: carlos@disposlab
|
||||
descr: Clear text message with inline PGP markers to recipient with a key
|
||||
to: bob@disposlab
|
||||
in: test/msgin/with-markers2clear.msg
|
||||
out-not: This message includes inline PGP markers.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
From: Dave <dave@localhost>
|
||||
To: Carlos <carlos@localhost>
|
||||
Subject: Test
|
||||
Subject: PGP markers
|
||||
|
||||
This message includes inline PGP markers.
|
||||
It's enough to include these two lines:
|
||||
|
|
Loading…
Reference in a new issue