git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0048
1
# pipe transport
2
exim -odi pipe
3
Some message text.
4
****
5
exim -odi prefixed+pipe
6
Text
7
****
8
exim -odi pipe-suffixed
9
Text
10
****
11
exim -odi prefixed+pipe-suffixed
12
Text
13
****
14
exim -DMESSAGE_LOGS=false -odi pipe
15
Some message text.
16
****