Commit 4ea2d557 authored by Marc Hoersken's avatar Marc Hoersken
Browse files

FTP tests: enable text-mode for data and datacheck sections

parent 9f132f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LIST
<reply>
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
<data>
<data 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 ..
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ LIST
<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 ..
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ netrc
<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 ..
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ netrc
#
# 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 ..
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ netrc
<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 ..
Loading