diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-22 10:13:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-22 11:12:49 +0100 |
commit | b48cf0793366791f5bdef8526a4956d4523c6778 (patch) | |
tree | 7eda7b245e6e80dac895b47453b829a886996386 /test/runtest | |
parent | 3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb (diff) |
Testsuite: Debug: indent lowlevel connect result
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/runtest b/test/runtest index 8515e2f32..fe1f4efc9 100755 --- a/test/runtest +++ b/test/runtest @@ -1230,17 +1230,17 @@ RESET_AFTER_EXTRA_LINE_READ: $/x) { $_ = $1 . " ... " . <IN>; - s/^(.* \.\.\.) [0-9: ]*connected$/$1 connected/; + s/^(.* \.\.\.) [0-9: ]*connected$/$1 connected/; - if (/^Connecting to .* \.\.\. connected$/) + if (/^Connecting to .* \.\.\. connected$/) { $_ .= <IN>; - if (/^(Connecting to .* \.\.\. )connected\n\s+SMTP(\(close\)>>|\(Connection refused\)<<)$/) + if (/^(Connecting to .* \.\.\. )connected\n\s+SMTP(\(close\)>>|\(Connection refused\)<<)$/) { $_ = $1 . "failed: Connection refused\n" . <IN>; s/^(Connecting .*)\n\s+SMTP\(close\)>>$/$1/; } - elsif (/^(Connecting to .* \.\.\. connected\n)read response data: size=/) + elsif (/^(Connecting to .* \.\.\. connected\n)read response data: size=/) { $_ = $1; } # Date/time in SMTP banner |