mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
fixed test case errors
This commit is contained in:
parent
1445e62312
commit
8b37844e5f
4 changed files with 19 additions and 39 deletions
|
|
@ -3,10 +3,8 @@
|
|||
<data>
|
||||
data blobb
|
||||
</data>
|
||||
<datacheck>
|
||||
data blobb
|
||||
data blobb
|
||||
</datacheck>
|
||||
|
||||
# data is sent to stdout
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
|
@ -20,7 +18,11 @@ Get two FTP files from the same remote dir: no second CWD
|
|||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210
|
||||
</command>
|
||||
</test>
|
||||
<stdout>
|
||||
data blobb
|
||||
data blobb
|
||||
</stdout>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue