summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-11-09 16:04:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-11-09 21:54:59 +0000
commit01446a56c76aa5ac3213a86f8992a2371a8301f3 (patch)
tree61ec724046652333ab933e5991cb6fcb2336f679 /test/runtest
parent580f325235cd1b9713bfa436719b7ca026fe9a16 (diff)
Remove the daemon pid file when exit is due to SIGTERM. Bug 340
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 9f6569128..97edbc244 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1029,6 +1029,7 @@ RESET_AFTER_EXTRA_LINE_READ:
s/(?<=^>>>>>>>>>>>>>>>> Exim pid=)\d+(?= terminating)/pppp/;
s/^(proxy-proc \w{5}-pid) \d+$/$1 pppp/;
+ s/^(?:\d+)( exec .* -oPX)$/pppp$1/;
# IP address lookups use gethostbyname() when IPv6 is not supported,
# and gethostbyname2() or getipnodebyname() when it is.