diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-27 23:03:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-27 23:03:02 +0000 |
commit | cf38a4c47011b449c3d51aaef345bcf19ce383b7 (patch) | |
tree | b698ef0a22ab3928da8ea66ea84db2a9fa6e3303 /tests/data/test212 | |
parent | aacc79a3a3d323a6462a765deb5be5a27c60601f (diff) |
test the EPRT/LPRT/PORT somewhat more
Diffstat (limited to 'tests/data/test212')
-rw-r--r-- | tests/data/test212 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/data/test212 b/tests/data/test212 index 4f29186ee..8633ae5d4 100644 --- a/tests/data/test212 +++ b/tests/data/test212 @@ -33,9 +33,9 @@ data blobb # Verify data after the test has been "shot" <verify> <strippart> -s/^EPRT .*/EPRT stripped/ -s/^LPRT .*/LPRT stripped/ -s/^PORT .*/PORT stripped/ +s/^(EPRT \|1\|127.0.0.1).*/$1/ +s/^(LPRT 4,4,127,0,0,1,).*/$1/ +s/^(PORT 127,0,0,1,).*/$1/ </strippart> <protocol> USER anonymous
@@ -43,13 +43,13 @@ PASS curl_by_daniel@haxx.se PWD
CWD a
CWD path
-EPRT stripped -LPRT stripped -PORT stripped +EPRT |1|127.0.0.1 +LPRT 4,4,127,0,0,1, +PORT 127,0,0,1, TYPE I
SIZE 212
RETR 212
-PORT stripped +PORT 127,0,0,1, TYPE I
SIZE 212
RETR 212
|