diff options
Diffstat (limited to 'tests/data/test146')
-rw-r--r-- | tests/data/test146 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/data/test146 b/tests/data/test146 index 73895f29b..1c9779463 100644 --- a/tests/data/test146 +++ b/tests/data/test146 @@ -21,11 +21,10 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 # Verify data after the test has been "shot" <verify> -# strip all kinds of PORT, EPRT and LPRT curl can do +# Strip all valid kinds of PORT and EPRT that curl can send <strip> -^PORT 127,0,0,1,.* -^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
|