git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update to pre-4.87 master
[users/heiko/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
exim -bP spool_directory
7
****
8
perl -e 'print "\n";'
9
****
10
#
11
exim -bP host_lookup_order
12
****
13
perl -e 'print "\n";'
14
****
15
#
16
exim -bP +local_domains
17
****
18
perl -e 'print "\n";'
19
****
20
#
21
exim -bP transport my_smtp
22
****
23
perl -e 'print "\n";'
24
****
25
#
26
exim -bP config
27
****