aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-18 07:56:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-18 07:56:43 +0000
commita0c7a6d22b789359301eb59bd7bb71e9093345ae (patch)
treef1836e73cf58d6d2193b16818001b881eabf40db
parent14424f7058cd6c2a5aa31dc179db3d4b7bc564a0 (diff)
ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.
-rw-r--r--tests/data/test1036
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/data/test103 b/tests/data/test103
index b7ae60baf..427477768 100644
--- a/tests/data/test103
+++ b/tests/data/test103
@@ -26,8 +26,8 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
# Verify data after the test has been "shot"
<verify>
<strippart>
-s/^LPRT.*/LPRT/
-s/^EPRT.*/EPRT/
+s/^LPRT.*[\r\n]*//
+s/^EPRT.*[\r\n]*//
s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
</strippart>
<protocol>
@@ -36,8 +36,6 @@ PASS curl_by_daniel@haxx.se
PWD
CWD a
CWD path
-EPRT
-LPRT
PORT 127,0,0,1,
TYPE I
SIZE 103