Clean up test messages

Remove unused msgout files, fix addresses in msgin files.
This commit is contained in:
Piotr F. Mieszkowski 2022-01-09 21:58:14 +01:00
parent 2cf60dec40
commit 1002da78fa
7 changed files with 6 additions and 21 deletions

View File

@ -6,7 +6,7 @@ feed some input to GPG Mailgate and inspect the output.
## Running tests
To run tests, use command `make test`.
To run tests, use command `make test` or `make unittest`.
Tests produce some helpful logs, so inspect contents of `test/logs` directory
if something goes wrong.

View File

@ -1,5 +1,5 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
From: Dave <dave@localhost>
To: Carlos <carlos@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +1,5 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
From: Dave <dave@localhost>
To: Bob <bob@localhost>
Subject: Test
Body of the message.

View File

@ -1,4 +1,4 @@
From: Bob <bob@localhost>
From: Dave <dave@localhost>
To: Alice <alice@localhost>
Subject: Test

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.