diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-17 20:37:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-17 20:37:44 +0100 |
commit | 3bfdf0f1f1d7a1bb6e9c3e4c6af8d1117dd13955 (patch) | |
tree | 0a5a1c7782804b2397948ace99b8e1d4f3d7776f /test/stderr/0467 | |
parent | e7c3638eeaa194613d5c551382aded17da9b2be0 (diff) |
Testsuite: pid & port numbers
Diffstat (limited to 'test/stderr/0467')
-rw-r--r-- | test/stderr/0467 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0467 b/test/stderr/0467 index 463e4a70e..b2aa2ef56 100644 --- a/test/stderr/0467 +++ b/test/stderr/0467 @@ -15,8 +15,8 @@ LOG: MAIN LOG: MAIN <= CALLER@myhost.test.ex U=CALLER P=local S=sss delivering 10HmaZ-0005vi-00 -Transport port=25 replaced by host-specific port=1224 -Connecting to localhost.test.ex [127.0.0.1]:1224 ... connected +Transport port=25 replaced by host-specific port=PORT_S +Connecting to localhost.test.ex [127.0.0.1]:PORT_S ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250-server id @@ -36,6 +36,6 @@ Connecting to localhost.test.ex [127.0.0.1]:1224 ... connected SMTP(close)>> cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:DATA:354:.:250:QUIT:250' LOG: MAIN - => x@srv27.test.ex R=r1 T=t1 H=localhost.test.ex [127.0.0.1]:1224 C="250 OK" + => x@srv27.test.ex R=r1 T=t1 H=localhost.test.ex [127.0.0.1]:PORT_S C="250 OK" LOG: MAIN Completed |