diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-27 14:25:39 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-27 14:26:39 +0000 |
commit | 97960574543971c4fdb744087cb856aeb707672e (patch) | |
tree | 6c66f0c42f72df06bbb498c96cb7ad9217048b7a /test/scripts/0000-Basic | |
parent | 06cf6fdcb4b33f3751ec8d121c98e00553c8b069 (diff) |
Testsuite: testcase for -bP
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0572 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0572 b/test/scripts/0000-Basic/0572 new file mode 100644 index 000000000..3525333c6 --- /dev/null +++ b/test/scripts/0000-Basic/0572 @@ -0,0 +1,27 @@ +# -bP +# +# Ought to test a non-priv user, checking "hide", but +# the testsuite cannot do that... +# +exim -bP spool_directory +**** +perl -e 'print "\n";' +**** +# +exim -bP host_lookup_order +**** +perl -e 'print "\n";' +**** +# +exim -bP +local_domains +**** +perl -e 'print "\n";' +**** +# +exim -bP transport my_smtp +**** +perl -e 'print "\n";' +**** +# +exim -bP config +**** |