Commit f2e71edc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

A minor "syntax error" in numerous test files corrected

parent fad6e5a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ the
   PUT
      feature
</file>
</test>
</client>

# Verify data after the test has been "shot"
<verify>
+2 −2
Original line number Diff line number Diff line
#
# Server-side
<reply name="1">
<reply>
<data>
total 20
drwxr-xr-x   8 98       98           512 Oct 22 13:06 .
@@ -28,7 +28,7 @@ FTP dir list PASV
 <command>
ftp://%HOSTIP:%FTPPORT/
</command>
</test>
</client>

#
# Verify data after the test has been "shot"
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ FTP dir list, PORT with specified IP
 <command>
ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
</command>
</test>
</client>

# Verify data after the test has been "shot"
<verify>
+2 −2
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@ FTP RETR PASV
 <command>
ftp://%HOSTIP:%FTPPORT/102
</command>
</test>

<file name="log/ftpserver.cmd">
REPLY EPSV 500 no such command
</file>

</client>

# Verify data after the test has been "shot"
<verify>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ FTP RETR PORT with CWD
 <command>
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
</command>
</test>
</client>

# Verify data after the test has been "shot"
<verify>
Loading