Testsuite: avoid time-quantization issue
[exim.git] / test / scripts / 0000-Basic / 0468
1 # $message_body in multiple SMTP messages
2 exim -bs
3 mail from:<>
4 rcpt to:<x@y>
5 data
6 This is the FIRST message body.
7 .
8 mail from:<>
9 rcpt to:<x@y>
10 data
11 This is the SECOND message body.
12 .
13 quit
14 ****