diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-13 14:16:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-13 14:16:15 +0000 |
commit | 2634320751a5f719abf2daa5e279aeeef03cdf7f (patch) | |
tree | ae59588e9059092fe07569dcb93fd3b3c5855d68 /test/runtest | |
parent | 94d91e87193a1b4008f01f7ad1b67473f62f28ae (diff) |
Testsuite: fix munge
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index aeb0d8f53..3f37311b1 100755 --- a/test/runtest +++ b/test/runtest @@ -1220,7 +1220,7 @@ RESET_AFTER_EXTRA_LINE_READ: # daemon notifier socket s/^(\s*\d+|ppppp) (creating notifier socket)$/ppppp $2/; s/^ \@(.*exim_daemon_notify)$/ $1/; - s/^(\s*\d+|ppppp) \@(.*exim_daemon_notify)$/ppppp $2/; + s/^(\s*\d+|ppppp) \@?(.*exim_daemon_notify)$/ppppp $2/; next if /unlinking notifier socket/; # DISABLE_OCSP |