git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0572
1
# -bP
2
#
3
# Ought to test a non-priv user, checking "hide", but
4
# the testsuite cannot do that...
5
#
6
munge optional_config
7
exim -bP spool_directory
8
****
9
perl -e 'print "\n";'
10
****
11
#
12
exim -bP host_lookup_order
13
****
14
perl -e 'print "\n";'
15
****
16
#
17
exim -bP +local_domains
18
****
19
perl -e 'print "\n";'
20
****
21
#
22
exim -bP transport my_smtp
23
****
24
perl -e 'print "\n";'
25
****
26
#
27
exim -bP config
28
****
29
#
30
exim -n -bP config
31
****