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/test1236 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1236') diff --git a/tests/data/test1236 b/tests/data/test1236 index 0829be313..7408a7bae 100644 --- a/tests/data/test1236 +++ b/tests/data/test1236 @@ -19,7 +19,7 @@ none # 2^62 == 4611686018427387904 -"%HOSTIP:%HTTPPORT/1234[0-1]{" "%HOSTIP:%HTTPPORT/[1-4611686018427387904][1-4611686018427387904]" +"%HOSTIP:%NOLISTENPORT/1234[0-1]{" "%HOSTIP:%NOLISTENPORT/[1-4611686018427387904][1-4611686018427387904]" -- cgit v1.2.3