diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-11-09 21:23:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-11-09 21:23:45 +0000 |
commit | 6e05345b427859b32248c75c6f179283f6cf0382 (patch) | |
tree | 1530fc95a2952365854a51716e9528ee2c9733b0 /test/scripts/0000-Basic | |
parent | 6db92eab5917e515c83fd773dad6111177a0207f (diff) |
Fix -be macro definition
Broken-by: 753739fdef
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0627 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0627 b/test/scripts/0000-Basic/0627 new file mode 100644 index 000000000..e5cd5b229 --- /dev/null +++ b/test/scripts/0000-Basic/0627 @@ -0,0 +1,10 @@ +# -be and macro definitions +# +# +exim -be +FOO = bar +baz foo FOO +**** +# +exim -be 'FOO_2 = baz' +**** |