git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: tidying GnuTLS with TLS1.3
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0137
1
# mailbox locking
2
exim -odi userx
3
Subject: First
4
Transport: local_delivery
5
First message.
6
****
7
exim_lock -v test-mail/userx
8
exim -odi userx
9
Subject: Second
10
Transport: local_delivery
11
Second message
12
****
13
exim -qf
14
****
15
exim_lock -v -fcntl test-mail/userx
16
exim -odi userx
17
Subject: Third
18
Transport: local_delivery_fcntl
19
Third message
20
****
21
exim -qf
22
****
23
exim_lock -v -fcntl test-mail/userx
24
exim -odi userx
25
Subject: Fourth
26
Transport: local_delivery_fcntl_blocking
27
Fourth message
28
****
29
exim -qf
30
****