From 74b7ddc2c14b51dd364da1ecf534c7cbef5d54da Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Feb 2020 02:38:52 +0300 Subject: Release version 7.67.0+6 Drop copyright notice from source code Make curl tests to follow location for 3xx HTTP responses --- curl/tests/build/bootstrap.build | 1 - curl/tests/build/root.build | 1 - curl/tests/buildfile | 1 - curl/tests/http.testscript | 3 +-- curl/tests/https.testscript | 3 +-- 5 files changed, 2 insertions(+), 7 deletions(-) (limited to 'curl/tests') 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 } -- cgit v1.1