diff options
Diffstat (limited to 'tests/data/test531')
-rw-r--r-- | tests/data/test531 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test531 b/tests/data/test531 index 48807f03d..d986128fc 100644 --- a/tests/data/test531 +++ b/tests/data/test531 @@ -37,10 +37,10 @@ don't upload this # Verify data after the test has been "shot" <verify> +# 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
|