diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-08 22:24:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-08 23:18:21 +0000 |
commit | 691ca88ca06899e02e77cb28fbf075de450607bc (patch) | |
tree | 48f660b58f68cc34bdd9f4a0a6846adcec54aa0a /test/runtest | |
parent | 8cfc4d82fc84825b3a673aa140fc561042e32b70 (diff) |
Default notifier socket name to spooldir-dependent path even for abstract names
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index 994ff9ff8..aeb0d8f53 100755 --- a/test/runtest +++ b/test/runtest @@ -1218,8 +1218,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; # daemon notifier socket - s/^(creating notifier socket) .*$/$1/; - s/^(\s*\d+|ppppp) (creating notifier socket) .+$/ppppp $2/; + s/^(\s*\d+|ppppp) (creating notifier socket)$/ppppp $2/; + s/^ \@(.*exim_daemon_notify)$/ $1/; + s/^(\s*\d+|ppppp) \@(.*exim_daemon_notify)$/ppppp $2/; next if /unlinking notifier socket/; # DISABLE_OCSP |