diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-27 22:01:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-27 22:01:37 +0000 |
commit | 7d82bc81a292813bd304a0dd83eea9be301992ce (patch) | |
tree | dd0f6e21520049ece4fc51216682d6c5ee66f938 | |
parent | be449bdea1543913255dd160efbedf244e410dd3 (diff) | |
download | curl-7d82bc81a292813bd304a0dd83eea9be301992ce.tar.gz |
now does OK even on IPv6-enabled hosts
-rw-r--r-- | tests/data/test101 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test101 b/tests/data/test101 index ea9b9b891..a191c4ba2 100644 --- a/tests/data/test101 +++ b/tests/data/test101 @@ -27,8 +27,11 @@ ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP # Verify data after the test has been "shot" <verify> +# strip all kinds of PORT, EPRT and LPRT curl can do <strip> ^PORT 127,0,0,1,.* +^EPRT.* +^LPRT.* </strip> <protocol> USER anonymous
|