diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2015-12-23 12:49:40 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2015-12-23 12:49:40 +0100 |
commit | 328771981a4c08eb6a0fe41e5ea04bc39086b045 (patch) | |
tree | d84214a285960b3d3d17a0c69ccaad78a4ec4723 /tests | |
parent | b064ff0c351bb287557228575ef4c1d079b866fb (diff) | |
download | curl-328771981a4c08eb6a0fe41e5ea04bc39086b045.tar.gz |
tests 252-255: use datacheck mode text for ASCII-mode LISTings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test252 | 2 | ||||
-rw-r--r-- | tests/data/test253 | 2 | ||||
-rw-r--r-- | tests/data/test254 | 2 | ||||
-rw-r--r-- | tests/data/test255 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test252 b/tests/data/test252 index b3f4966a1..537949ed5 100644 --- a/tests/data/test252 +++ b/tests/data/test252 @@ -11,7 +11,7 @@ EPSV <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. diff --git a/tests/data/test253 b/tests/data/test253 index 9be5f3d60..1deaf1e0f 100644 --- a/tests/data/test253 +++ b/tests/data/test253 @@ -11,7 +11,7 @@ EPRT <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. diff --git a/tests/data/test254 b/tests/data/test254 index 571b033f7..15fed6f6e 100644 --- a/tests/data/test254 +++ b/tests/data/test254 @@ -12,7 +12,7 @@ EPSV <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. diff --git a/tests/data/test255 b/tests/data/test255 index cc50c95e4..94380320e 100644 --- a/tests/data/test255 +++ b/tests/data/test255 @@ -12,7 +12,7 @@ EPRT <reply> # When doing LIST, we get the default list output hard-coded in the test # FTP server -<datacheck> +<datacheck mode="text"> total 20 drwxr-xr-x 8 98 98 512 Oct 22 13:06 . drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. |