mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
This commit is contained in:
parent
67d94514b0
commit
6dd6b4d1fa
3 changed files with 7 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<keywords>
|
||||
TFTP
|
||||
TFTP RRQ
|
||||
--local-port
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -24,10 +25,10 @@ returned
|
|||
tftp
|
||||
</server>
|
||||
<name>
|
||||
TFTP retrieve
|
||||
TFTP retrieve with --local-port
|
||||
</name>
|
||||
<command>
|
||||
tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444
|
||||
tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444-45444
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue