Testsuite: tidying
[exim.git] / test / scripts / 0000-Basic / 0137
1 # mailbox locking
2 exim -odi -f t1@foo userx
3 Subject: First
4
5 local_delivery
6 First message.
7 ****
8 exim_lock -v test-mail/userx
9 exim -odi -f t1@foo userx
10 Subject: Second
11
12 local_delivery
13 Second message
14 ****
15 exim -qf
16 ****
17 exim_lock -v -fcntl test-mail/userx
18 exim -odi -f t2@foo userx
19 Subject: Third
20
21 local_delivery_fcntl
22 Third message
23 ****
24 exim -qf
25 ****
26 exim_lock -v -fcntl test-mail/userx
27 exim -odi -f t3@foo userx
28 Subject: Fourth
29
30 local_delivery_fcntl_blocking
31 Fourth message
32 ****
33 exim -qf
34 ****