diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-04 21:26:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-04 21:26:26 +0000 |
commit | 6dd6b4d1faae3105b0414f233d3de199826f2e6a (patch) | |
tree | 5296ad776cbc33c2ac50b950fcbf095cbbc861ac /tests/data/test1009 | |
parent | 67d94514b0d1501832a52fd42db8f5a41151d7f5 (diff) |
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
Diffstat (limited to 'tests/data/test1009')
-rw-r--r-- | tests/data/test1009 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test1009 b/tests/data/test1009 index 86470ff74..b0a93e5e0 100644 --- a/tests/data/test1009 +++ b/tests/data/test1009 @@ -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> |