diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2015-12-24 14:22:26 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2015-12-24 14:22:26 +0100 |
commit | 08554dff65096e971ee464f785dbf528dd1a1cee (patch) | |
tree | 4d4464af8bf5da0e60f7789b119b65e584a5bc54 /tests/data | |
parent | 7bf5f6e0549db74973447ee8b26de589971fb2b8 (diff) |
tests 400,403,406: use datacheck mode text for ASCII-mode LISTings
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test400 | 2 | ||||
-rw-r--r-- | tests/data/test403 | 2 | ||||
-rw-r--r-- | tests/data/test406 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test400 b/tests/data/test400 index 75d59791e..e808b42bf 100644 --- a/tests/data/test400 +++ b/tests/data/test400 @@ -11,7 +11,7 @@ LIST <reply> # When doing LIST, we get the default list output hard-coded in the test # FTPS 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/test403 b/tests/data/test403 index 2b8ff5e29..1bacf7c4d 100644 --- a/tests/data/test403 +++ b/tests/data/test403 @@ -13,7 +13,7 @@ FAILURE <reply> # When doing LIST, we get the default list output hard-coded in the test # FTPS 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/test406 b/tests/data/test406 index 3259bc6ae..9dcf9cd56 100644 --- a/tests/data/test406 +++ b/tests/data/test406 @@ -11,7 +11,7 @@ LIST <reply> # When doing LIST, we get the default list output hard-coded in the test # FTPS 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 .. |