summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-29 17:14:31 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-29 17:14:31 +0000
commitcaf28f95ce0a617b075cf66e24a0e4b0b8aaf18e (patch)
treeb1481052d9d68514ddc1264e628f437e2b50f812 /test/runtest
parent6fc54bd18aa7a51e11dce5a905e754cedb526230 (diff)
Debug: quieten environment-cleaning
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 62df0b93d..b9bcde89e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1464,6 +1464,9 @@ RESET_AFTER_EXTRA_LINE_READ:
s/^(\d\d:\d\d:\d\d\s+)(\d+)/$1 . new_value($2, "p%s", \$next_pid) . " "/mgxe;
s/(?<!post-)[Pp]rocess\K(\s\d+ )/new_value($1, "p%s", \$next_pid) . " "/gxe;
+ # Path in environment varies
+ s/^ PATH=\K.*$/<munged>/;
+
# When Exim is checking the size of directories for maildir, it uses
# the check_dir_size() function to scan directories. Of course, the order
# of the files that are obtained using readdir() varies from system to