diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-04 13:54:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-04 14:31:36 +0100 |
commit | 0e0e1716286028c369f93a28412839c657e6b47c (patch) | |
tree | 11a61ce0b9a184ae6d0ce961aa6fddbf163b9dd2 /test | |
parent | 0fe0ef0afacee70e95242c9e63cab9701c40a2ba (diff) |
Fix -bi. Bug 2590
Actual fix from pierre.labastie@neuf.fr ; additional coding and testcase bu jgh
Broken-by: bdcc6f2bd5
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0590 | 12 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0590 | 6 | ||||
-rw-r--r-- | test/stdout/0590 | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/test/confs/0590 b/test/confs/0590 new file mode 100644 index 000000000..224d05919 --- /dev/null +++ b/test/confs/0590 @@ -0,0 +1,12 @@ +# Exim test configuration 0590 + +OPT = + +.include DIR/aux-var/std_conf_prefix + + +# ----- Main settings ----- + +OPT + +# End diff --git a/test/scripts/0000-Basic/0590 b/test/scripts/0000-Basic/0590 new file mode 100644 index 000000000..63fedab35 --- /dev/null +++ b/test/scripts/0000-Basic/0590 @@ -0,0 +1,6 @@ +# -bi / newaliases +# +exim -bi +**** +exim -DOPT=bi_command=/bin/echo -bi -oA 'hello from -bi' +**** diff --git a/test/stdout/0590 b/test/stdout/0590 new file mode 100644 index 000000000..6bd819d51 --- /dev/null +++ b/test/stdout/0590 @@ -0,0 +1 @@ +hello from -bi |