]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: Stop referring to server ports when they're not used 5314/head
authorDan Fandrich <dan@coneharvesters.com>
Thu, 30 Apr 2020 14:00:31 +0000 (16:00 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 30 Apr 2020 14:00:31 +0000 (16:00 +0200)
commit5f5a7b478a7f6bf51929379e1e39dc37803a9689
tree8039fc8c143502d8176756c532abfa835dbaaed3
parent42d8d9a7e816f14226819cdc2440e11ef004230e
tests: Stop referring to server ports when they're not used

Several tests referred to specific server ports even when the test
didn't actually use that server or specify that it's needed. In such
cases, the test harness substitutes the text "[not running]" as the port
number which causes many such tests to fail due to the inability to
parse the URL.  These tests are changed to use %NOLISTENPORT which will
always be substituted correctly.
25 files changed:
tests/data/test1034
tests/data/test1035
tests/data/test1084
tests/data/test1085
tests/data/test1234
tests/data/test1236
tests/data/test1260
tests/data/test1263
tests/data/test1269
tests/data/test1409
tests/data/test1410
tests/data/test1427
tests/data/test1447
tests/data/test1453
tests/data/test1508
tests/data/test1550
tests/data/test2036
tests/data/test219
tests/data/test288
tests/data/test333
tests/data/test501
tests/data/test504
tests/data/test632
tests/data/test75
tests/data/test76