From 5f5a7b478a7f6bf51929379e1e39dc37803a9689 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 30 Apr 2020 16:00:31 +0200 Subject: 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. --- tests/data/test1084 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1084') diff --git a/tests/data/test1084 b/tests/data/test1084 index 1cfab68dc..db6ab5e94 100644 --- a/tests/data/test1084 +++ b/tests/data/test1084 @@ -27,7 +27,7 @@ none HTTP GET with invalid --interface -http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se. +http://%HOSTIP:%NOLISTENPORT/1084 --interface non-existing-host.haxx.se. -- cgit v1.2.3