From b8be2e2c5d19e8aee2ac4d1b76171d822b63da63 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Feb 2020 22:19:07 +0300 Subject: Release version 7.67.0+1 Use build2.org instead of example.com for HTTPS URL query test --- curl/tests/https.testscript | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'curl/tests') diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript index ae621ac..63d7830 100644 --- a/curl/tests/https.testscript +++ b/curl/tests/https.testscript @@ -5,10 +5,10 @@ : default : { - test.options += -sS - - $* 'http://www.example.com' | set s; - $* 'https://www.example.com' >"$s" + $* -sS 'https://www.build2.org' >>~%EOO% + %% + %.+ + EOO } : override @@ -18,5 +18,5 @@ : certificates' exit code. : { - $* -s 'https://www.example.com' --capath "$src_base/empty.pem" == 60 + $* -s 'https://www.build2.org' --capath "$src_base/empty.pem" == 60 } -- cgit v1.1