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/http.testscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'curl/tests/http.testscript') 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 -- cgit v1.1