diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2015-12-24 14:48:36 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2015-12-24 14:48:36 +0100 |
commit | 2eb933e8aa89d56e230d51b49b6df1f5d0544c91 (patch) | |
tree | fba9085e1eefb74f625265fb3a65764676b39b71 | |
parent | 08554dff65096e971ee464f785dbf528dd1a1cee (diff) |
tests 706 and 707: use datacheck mode text for ASCII-mode LISTings
-rw-r--r-- | tests/data/test706 | 2 | ||||
-rw-r--r-- | tests/data/test707 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test706 b/tests/data/test706 index 330cb2393..b0531e788 100644 --- a/tests/data/test706 +++ b/tests/data/test706 @@ -13,7 +13,7 @@ SOCKS4 <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/test707 b/tests/data/test707 index c3a862178..d4c3ab7c6 100644 --- a/tests/data/test707 +++ b/tests/data/test707 @@ -13,7 +13,7 @@ SOCKS5 <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 .. |