mirror of
https://github.com/curl/curl.git
synced 2026-07-30 18:28:08 +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
|
|
@ -55,7 +55,7 @@ file
|
|||
tftp
|
||||
</server>
|
||||
<name>
|
||||
HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order
|
||||
HTTP GET, FTP RETR, FILE, TFTP RRQ then again in rev order
|
||||
</name>
|
||||
<command option="no-include">
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER0003 file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue