summaryrefslogtreecommitdiff
path: root/curl/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-15 02:38:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-15 02:38:52 +0300
commit74b7ddc2c14b51dd364da1ecf534c7cbef5d54da (patch)
tree2edbd95e5797b25dde6f7a537a205213d68a35b7 /curl/tests
parentd522db0c330868d78019b17bea6c7d62694b7b04 (diff)
Release version 7.67.0+6v7.67.0+6
Drop copyright notice from source code Make curl tests to follow location for 3xx HTTP responses
Diffstat (limited to 'curl/tests')
-rw-r--r--curl/tests/build/bootstrap.build1
-rw-r--r--curl/tests/build/root.build1
-rw-r--r--curl/tests/buildfile1
-rw-r--r--curl/tests/http.testscript3
-rw-r--r--curl/tests/https.testscript3
5 files changed, 2 insertions, 7 deletions
diff --git a/curl/tests/build/bootstrap.build b/curl/tests/build/bootstrap.build
index d8bbf2c..b1c5f94 100644
--- a/curl/tests/build/bootstrap.build
+++ b/curl/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
project = # Unnamed tests subproject.
diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build
index 2ea18e0..b75fafe 100644
--- a/curl/tests/build/root.build
+++ b/curl/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
# We need to configure C module to obtain the target information (see below).
diff --git a/curl/tests/buildfile b/curl/tests/buildfile
index 3ad4988..1c3ad5d 100644
--- a/curl/tests/buildfile
+++ b/curl/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
./: testscript{*} file{empty.pem} $curl
diff --git a/curl/tests/http.testscript b/curl/tests/http.testscript
index 13ec3ae..c73bd23 100644
--- a/curl/tests/http.testscript
+++ b/curl/tests/http.testscript
@@ -1,9 +1,8 @@
# file : tests/http.testscript
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
: basic
:
-$* --fail -sS 'http://www.example.com' >>~%EOO%
+$* --fail --location -sS 'http://www.example.com' >>~%EOO%
%.+
EOO
diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript
index 1dee6c0..eb4aea1 100644
--- a/curl/tests/https.testscript
+++ b/curl/tests/https.testscript
@@ -1,11 +1,10 @@
# file : tests/https.testscript
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : cURL License; see accompanying COPYING file
: default
:
{
- $* --fail -sS 'https://www.example.com' >>~%EOO%
+ $* --fail --location -sS 'https://www.example.com' >>~%EOO%
%.+
EOO
}