From bf6b07cad2ecea53ac41838d7aeddc7e247c66bc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Feb 2020 20:19:53 +0300 Subject: Release version 7.67.0+4 Revert curl's HTTPS URL query test --- curl/manifest | 2 +- curl/tests/https.testscript | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'curl') diff --git a/curl/manifest b/curl/manifest index a34f839..7e16819 100644 --- a/curl/manifest +++ b/curl/manifest @@ -1,6 +1,6 @@ : 1 name: curl -version: 7.67.0+3 +version: 7.67.0+4 summary: Command line tool for transferring data with URLs license: cURL ; MIT/X derivate license. topics: HTTP, FTP, URL, data transfer diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript index 34574d0..ae621ac 100644 --- a/curl/tests/https.testscript +++ b/curl/tests/https.testscript @@ -1,7 +1,7 @@ # file : tests/https.testscript # copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : cURL License; see accompanying COPYING file -#\ + : default : { @@ -20,10 +20,3 @@ { $* -s 'https://www.example.com' --capath "$src_base/empty.pem" == 60 } -#\ - -: verbose -: -{ - $* -v --no-tcp-nodelay 'https://www.example.com' >! 2>&1 -} -- cgit v1.1