diff options
Diffstat (limited to 'tests/data/test119')
-rw-r--r-- | tests/data/test119 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test119 b/tests/data/test119 index 0db6d297c..00a24287b 100644 --- a/tests/data/test119 +++ b/tests/data/test119 @@ -32,10 +32,10 @@ ftp://%HOSTIP:%FTPPORT/119 -P - <errorcode> 19 </errorcode> +# Strip all valid kinds of PORT and EPRT that curl can send <strip> -^PORT.* -^EPRT .* -^LPRT .* +^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} +^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\| </strip> <protocol> USER anonymous
|