summaryrefslogtreecommitdiff
path: root/tests/data/test945
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test945')
-rw-r--r--tests/data/test9454
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test945 b/tests/data/test945
index 3526408d3..5a3fb4937 100644
--- a/tests/data/test945
+++ b/tests/data/test945
@@ -32,7 +32,7 @@ SMTP external authentication with initial response without credentials
mail body
</stdin>
<command>
-'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/945' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
+'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/%TESTNUMBER' --mail-rcpt recipient@example.com --mail-from sender@example.com --sasl-ir -T -
</command>
</client>
@@ -40,7 +40,7 @@ mail body
# Verify data after the test has been "shot"
<verify>
<protocol>
-EHLO 945
+EHLO %TESTNUMBER
AUTH EXTERNAL =
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>