mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:33:32 +03:00
tests: make all names < 75 characters long
- no need to make them long and complicated - increases the chances of them looking better in terminal outputs Closes #17824
This commit is contained in:
parent
9b61f81149
commit
beb64e6f3f
48 changed files with 48 additions and 48 deletions
|
|
@ -27,7 +27,7 @@ tftp
|
|||
sftp
|
||||
</server>
|
||||
<name>
|
||||
TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
|
||||
TFTP RRQ, SFTP, FILE, SCP retrieval then in rev order
|
||||
</name>
|
||||
<command option="no-include">
|
||||
--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt scp://%HOSTIP:%SSHPORT%SCP_PWD/%LOGDIR/test%TESTNUMBER.txt file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --insecure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue