summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-07-01 17:30:16 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-07-01 18:30:10 +0100
commit641c3ed52f0a4d730eb4bed7f2dd482825347a94 (patch)
tree9dfcbdab302e28907f505ddff46987f6f1df2d0f /test/runtest
parent907e673a7b74cd382af3ba40f1d8bc53cb685a8b (diff)
Testsuite: account for new warning from exim_msgdate
Broken-by: 46a36afae41f
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index c99320b6e..8ad86365d 100755
--- a/test/runtest
+++ b/test/runtest
@@ -389,9 +389,11 @@ LINE: while(<IN>)
RESET_AFTER_EXTRA_LINE_READ:
if ($munge_skip)
{
- # Munging is a no-op.
+ # Munging is a no-op, except for exim_msgdate specials.
# Useful when testing exim_msgdate so that
# we compare unmunged dates and message-ids.
+ s%^localhost \d+ from message-id != given number \d+ at \K/.+(?=/test/eximdir/exim_msgdate line 387.$)%DIR%;
+
print MUNGED;
next;
}