From 02964ed630c0fc74b47d0c94735d328661388d69 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sat, 22 Jun 2013 22:12:49 +0200 Subject: test1230: avoid using hard-wired port number ... to prevent failure when a non-default -b option is given --- tests/data/test1230 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/test1230 b/tests/data/test1230 index ab56b4fd3..a07185044 100644 --- a/tests/data/test1230 +++ b/tests/data/test1230 @@ -71,7 +71,7 @@ Host: [1234:1234:1234::4ce]:%HTTPPORT Proxy-Connection: Keep-Alive GET /wanted/page/1230 HTTP/1.1 -Host: [1234:1234:1234::4ce]:8990 +Host: [1234:1234:1234::4ce]:%HTTPPORT Accept: */* -- cgit v1.2.3 From 6fab0bd9f163430254259f6b7d5c75b5452257d3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 22 Jun 2013 22:20:31 +0200 Subject: test1396: invoke the correct test tool! This erroneously run unit test 1310 instead of 1396! --- tests/data/test1396 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data') diff --git a/tests/data/test1396 b/tests/data/test1396 index 949bb2daf..8ffe35f4c 100644 --- a/tests/data/test1396 +++ b/tests/data/test1396 @@ -20,7 +20,7 @@ unittest curl_easy_escape and curl_easy_unescape -unit1310 +unit1396 -- cgit v1.2.3