diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2020-04-30 16:00:31 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2020-04-30 16:00:31 +0200 |
commit | 5f5a7b478a7f6bf51929379e1e39dc37803a9689 (patch) | |
tree | 8039fc8c143502d8176756c532abfa835dbaaed3 /tests/data/test2036 | |
parent | 42d8d9a7e816f14226819cdc2440e11ef004230e (diff) | |
download | curl-5f5a7b478a7f6bf51929379e1e39dc37803a9689.tar.gz |
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.
Diffstat (limited to 'tests/data/test2036')
-rw-r--r-- | tests/data/test2036 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2036 b/tests/data/test2036 index 0ab8b66c5..4b2ec43a8 100644 --- a/tests/data/test2036 +++ b/tests/data/test2036 @@ -22,7 +22,7 @@ http HTTP, -O with no slash at all in the URL </name> <command option="no-output"> -%HOSTIP:%HTTPPORT -O +%HOSTIP:%NOLISTENPORT -O </command> </client> |