mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Fixed the test case to create only a single test file, which is all the
test harness supports.
This commit is contained in:
parent
d3ee83747c
commit
e8057241c6
@ -14,7 +14,7 @@ multiprotocol
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
Test data
|
||||
Test data file
|
||||
for tftp test
|
||||
</data>
|
||||
</reply>
|
||||
@ -30,19 +30,11 @@ sftp
|
||||
TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
|
||||
</name>
|
||||
<command>
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt file://localhost/%PWD/log/test2004f.txt scp://%HOSTIP:%SSHPORT%PWD/log/file2004c.txt file://localhost/%PWD/log/test2004f.txt sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt tftp://%HOSTIP:%TFTPPORT//2004
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt scp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt tftp://%HOSTIP:%TFTPPORT//2004
|
||||
</command>
|
||||
<file name="log/file2004s.txt">
|
||||
Test data
|
||||
for sftp test
|
||||
</file>
|
||||
<file name="log/file2004f.txt">
|
||||
Test data
|
||||
for file test
|
||||
</file>
|
||||
<file name="log/file2004c.txt">
|
||||
Test data
|
||||
for scp test
|
||||
<file name="log/test2004.txt">
|
||||
This is test data
|
||||
for several protocols
|
||||
</file>
|
||||
</client>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user