aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test802
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-22 14:53:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-22 14:53:13 +0100
commite6d99f4ba70955ef25ccb8b44f18ba0e16a7a63e (patch)
treeab46d9269e7ac61f2c59cd09fdc84075bd96b2de /tests/data/test802
parent16c4314a21c5918ddb90e537217e0a2406f2f410 (diff)
SMTP tests: updated MAIL FROM use
They were all wrong previously since none used the <brackets> they should for MAIL FROM. Now libcurl adds them itself if the app doesn't so they end up wrong less easy.
Diffstat (limited to 'tests/data/test802')
-rw-r--r--tests/data/test8022
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test802 b/tests/data/test802
index 7027c802d..12e46c9c3 100644
--- a/tests/data/test802
+++ b/tests/data/test802
@@ -35,7 +35,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example
<verify>
<protocol>
EHLO user
-MAIL FROM:802@from
+MAIL FROM:<802@from>
RCPT TO:<802@foo>
RCPT TO:<802@foobar.example>
DATA