summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
Diffstat (limited to 'curl')
-rw-r--r--curl/manifest2
-rw-r--r--curl/tests/https.testscript9
2 files changed, 2 insertions, 9 deletions
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
-}