summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-04 21:26:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-04 21:26:26 +0000
commit6dd6b4d1faae3105b0414f233d3de199826f2e6a (patch)
tree5296ad776cbc33c2ac50b950fcbf095cbbc861ac
parent67d94514b0d1501832a52fd42db8f5a41151d7f5 (diff)
downloadcurl-6dd6b4d1faae3105b0414f233d3de199826f2e6a.tar.gz
I enabled test 1009 and made the --local-port use a wide range to reduce the
risk of failures.
-rw-r--r--CHANGES3
-rw-r--r--tests/data/DISABLED2
-rw-r--r--tests/data/test10095
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 9fedb041f..5b2689220 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel S (4 October 2007)
+- I enabled test 1009 and made the --local-port use a wide range to reduce the
+ risk of failures.
+
- Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.
This happened because the tftp code always uncondionally did a bind()
without caring if one already had been done and then it failed. I wrote a
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 4bbaaffaa..95953eab3 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -3,4 +3,4 @@
# test cases are run by runtests.pl. Just add the plain test case numbers, one
# per line.
# Lines starting with '#' letters are treated as comments.
-1009
+#1009
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>