diff options
author | Phil Pennock <pdp@exim.org> | 2018-08-20 14:09:14 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2018-08-20 14:09:14 -0400 |
commit | ac0aabcebbc0d57c1e1c580e2225353e206109a7 (patch) | |
tree | 188dfd2dbdfd452142d89c37567f6a3ca217bcd5 /test/confs | |
parent | c2c451ac58c5e6eb801c9057d976e5af2b081f54 (diff) |
unbreak test: s/log_write/logwrite/
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0600 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0600 b/test/confs/0600 index f6405460d..65c6c2af4 100644 --- a/test/confs/0600 +++ b/test/confs/0600 @@ -29,7 +29,7 @@ check_data: x-test-header-too-long: ${utf8clean:$h_x-test-header-too-long:} logwrite = \ x-test-header-too-big: ${utf8clean:$h_x-test-header-too-big:} - log_write = \ + logwrite = \ x-test-header-truncated: ${utf8clean:$h_x-test-header-truncated:} |