Commit c5b66836 authored by Yang Tse's avatar Yang Tse
Browse files

tests 1348 to 1363: add a comma in test description

parent 57e63367
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ debug
ftp
</server>
<name>
FTP download file without Content-Disposition inside, using -O
FTP download, file without Content-Disposition inside, using -O
</name>
<setenv>
CURL_TESTDIR=%PWD/log
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ debug
ftp
</server>
<name>
FTP download file without C-D inside, using -O -D file
FTP download, file without C-D inside, using -O -D file
</name>
<setenv>
CURL_TESTDIR=%PWD/log
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ debug
ftp
</server>
<name>
FTP download file without C-D inside, using -O -D stdout
FTP download, file without C-D inside, using -O -D stdout
</name>
<setenv>
CURL_TESTDIR=%PWD/log
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
<keywords>
FTP
RETR
-J
</keywords>
</info>

@@ -25,7 +26,7 @@ debug
ftp
</server>
<name>
FTP download file without C-D inside, using -O -J -D file
FTP download, file without C-D inside, using -O -J -D file
</name>
<setenv>
CURL_TESTDIR=%PWD/log
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
<keywords>
FTP
RETR
-J
</keywords>
</info>

@@ -25,7 +26,7 @@ debug
ftp
</server>
<name>
FTP download file without C-D inside, using -O -J -D stdout
FTP download, file without C-D inside, using -O -J -D stdout
</name>
<setenv>
CURL_TESTDIR=%PWD/log
Loading