summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-30 12:21:40 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-30 12:21:40 +0000
commit712684792801868efbc821d21ce5c38feeec2e05 (patch)
treebd8d2007f66428876a0178cef29627e77c69e1ba /test/runtest
parent98618913a1f7f78fca53a78e731cf37103da2d90 (diff)
Testsuite: more PATH munge cases
cf: caf28f95ce0a
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
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