diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-02-06 16:04:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-02-06 17:18:38 +0000 |
commit | beb5d85c7d378d48dda18a3ad8fab0599a75edc1 (patch) | |
tree | 728245c246bb5135806c9dad66ab8ac14a60ba33 /test/runtest | |
parent | 3bb1e9f161fd22707bc7cfcd77772422ac0fdd8e (diff) |
Fix daemon-SIGHUP on FreeBSD
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index c52afceaa..93a4b74d3 100755 --- a/test/runtest +++ b/test/runtest @@ -738,11 +738,10 @@ RESET_AFTER_EXTRA_LINE_READ: s/\bgid=\d+/gid=gggg/; s/\begid=\d+/egid=gggg/; - s/\b(pid=|PID: )\d+/$1pppp/; + s/\b(pid=|pid |PID: )\d+/$1pppp/; s/\buid=\d+/uid=uuuu/; s/\beuid=\d+/euid=uuuu/; s/set_process_info:\s+\d+/set_process_info: pppp/; - s/queue run pid \d+/queue run pid ppppp/; s/process \d+ running as transport filter/process pppp running as transport filter/; s/process \d+ writing to transport filter/process pppp writing to transport filter/; s/reading pipe for subprocess \d+/reading pipe for subprocess pppp/; |