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/test504 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test504') diff --git a/tests/data/test504 b/tests/data/test504 index be8f95e2b..351ae749f 100644 --- a/tests/data/test504 +++ b/tests/data/test504 @@ -32,7 +32,7 @@ lib504 simple multi through local proxy without listener -http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:%NOLISTENPORT +http://%HOSTIP:%NOLISTENPORT/504 %HOSTIP:%NOLISTENPORT -- cgit v1.2.3