diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-11 21:46:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-11 21:46:43 +0000 |
commit | 0d2e392e281e96d9f9f2f3dd438affe3f2563c57 (patch) | |
tree | d04bae31cf278833de01217f6627f1b8b470ac6c /test/stderr/0380 | |
parent | 8280aa0c334a7ce06c55df35d9da7a99f79c3568 (diff) |
appendfile: taint-enforce file & directory options
testsuite: bless facility
Diffstat (limited to 'test/stderr/0380')
-rw-r--r-- | test/stderr/0380 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0380 b/test/stderr/0380 index c653fc309..b163d3f99 100644 --- a/test/stderr/0380 +++ b/test/stderr/0380 @@ -33,7 +33,7 @@ r1 router skipped: local_parts mismatch local_part=bbbb domain=myhost.test.ex checking local_parts calling r2 router -rda_interpret (file): 'TESTSUITE/non-exist/$local_part' +rda_interpret (file): 'TESTSUITE/non-exist/${bless:$local_part}' expanded: 'TESTSUITE/non-exist/bbbb' TESTSUITE/non-exist/bbbb does not exist ignore_enotdir set => skip checking parent directory @@ -61,7 +61,7 @@ forced failure in expansion of "${if eq {a}{b}{x}fail}" (address_data): decline local_part=aaaa domain=myhost.test.ex checking local_parts calling r1 router -rda_interpret (file): 'TESTSUITE/non-exist/$local_part' +rda_interpret (file): 'TESTSUITE/non-exist/${bless:$local_part}' expanded: 'TESTSUITE/non-exist/aaaa' TESTSUITE/non-exist/aaaa does not exist checking parent directory |