summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-05-07 21:27:52 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-05-07 22:34:12 +0100
commita2da3176aa39ec9aa5ae495e5a6d533477f871aa (patch)
tree13613d3bcbb050554158a1234cb3b1dba3b02973 /test/runtest
parentf42deca923414cedcbb6d6646afbef460f50080c (diff)
global queue_name
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 fa38ca019..fb93d8de3 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1021,6 +1021,9 @@ RESET_AFTER_EXTRA_LINE_READ:
# Environment cleaning
next if /\w+ in keep_environment\? (yes|no)/;
+ # The spool header file name varies with PID
+ s%^(Writing spool header file: .*/hdr).[0-9]{1,5}%$1.pppp%;
+
# 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