diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-04-18 11:33:40 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-04-18 12:30:38 +0200 |
commit | ced52486fd4051db23331ab91c988c07f627e076 (patch) | |
tree | f1ae9c5d400d62c00cf39776d3478934a7c94e65 /test/runtest | |
parent | cb80814d149dcab2d967bbf1b24e50436bcf374b (diff) |
testsuite: Update to match the new "hdr.$message_exim_id" tmp file name Bug 2390
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest index 1e8e9814c..3b572c155 100755 --- a/test/runtest +++ b/test/runtest @@ -733,9 +733,6 @@ RESET_AFTER_EXTRA_LINE_READ: s/waiting for children of \d+/waiting for children of pppp/; s/waiting for (\S+) \(\d+\)/waiting for $1 (pppp)/; - # The spool header file name varies with PID - s%^(Writing spool header file: .*/hdr).[0-9]{1,5}%$1.pppp%; - # ======== Port numbers ======== # Incoming port numbers may vary, but not in daemon startup line. |