diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-23 12:46:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-23 12:46:04 +0000 |
commit | c9adbc9f1c8356f4b2b5d26cb6758c4846f32c20 (patch) | |
tree | 71118f5846625a96103a0252fa7626cf305aa8fc | |
parent | 611fbfa917846e1cf1ebd3e9f965cd857f67081c (diff) |
Adjusted to run on ipv6-enabled hosts
-rw-r--r-- | tests/data/test108 | 2 | ||||
-rw-r--r-- | tests/data/test116 | 2 | ||||
-rw-r--r-- | tests/data/test119 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test108 b/tests/data/test108 index 5ae7c2a72..3f61acd00 100644 --- a/tests/data/test108 +++ b/tests/data/test108 @@ -22,6 +22,8 @@ Moooooooooooo <verify> <strip> ^PORT .* +^EPRT .* +^LPRT .* </strip> <protocol> USER anonymous
diff --git a/tests/data/test116 b/tests/data/test116 index 690fd8b3d..618c26d00 100644 --- a/tests/data/test116 +++ b/tests/data/test116 @@ -22,6 +22,8 @@ REPLY PORT 314 bluah you f00l! </errorcode> <strip> ^PORT 127,0,0,1,.* +^EPRT .* +^LPRT .* </strip> <protocol> USER anonymous
diff --git a/tests/data/test119 b/tests/data/test119 index 6c4953273..9ba070e54 100644 --- a/tests/data/test119 +++ b/tests/data/test119 @@ -22,6 +22,8 @@ REPLY RETR 314 bluah you f00l! </errorcode> <strip> ^PORT.* +^EPRT .* +^LPRT .* </strip> <protocol> USER anonymous
|