diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-30 12:21:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-30 12:21:40 +0000 |
commit | 712684792801868efbc821d21ce5c38feeec2e05 (patch) | |
tree | bd8d2007f66428876a0178cef29627e77c69e1ba /test/runtest | |
parent | 98618913a1f7f78fca53a78e731cf37103da2d90 (diff) |
Testsuite: more PATH munge cases
cf: caf28f95ce0a
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 890e4def8..5ae880e0a 100755 --- a/test/runtest +++ b/test/runtest @@ -1484,7 +1484,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/(?<!post-)[Pp]rocess\K(\s\d+ )/new_value($1, "p%s", \$next_pid) . " "/gxe; # Path in environment varies - s/^ PATH=\K.*$/<munged>/; + 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 |