From 544a0b5874392edc63923c2223f4f3e20b706f27 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 16 Nov 2023 17:24:07 +0000 Subject: [PATCH] move to imap for default-port test To allow thinner libcurl builds without HTTP support. We need IMAP already, use that instead. --- tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.json b/tests.json index 9ebb47ef..e31b0810 100644 --- a/tests.json +++ b/tests.json @@ -323,13 +323,13 @@ "arguments": [ "--default-port", "--url", - "http://curl.se/we/are.html", + "imap://curl.se/we/are.html", "--get", "{port}" ] }, "expected": { - "stdout": "80\n", + "stdout": "143\n", "stderr": "", "returncode": 0 }