[Privoxy-commits] [privoxy] 12/16: tests/cts: Remove 'none' server section from tests

User Git git at git.privoxy.org
Thu Oct 9 11:51:34 CEST 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 15c1b86aee10c60bec373cefb215416bc6f7d470
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Sep 26 15:38:23 2025 +0200

    tests/cts: Remove 'none' server section from tests
    
    It's no longer supported as of curl commit 71c9706959cb.
---
 tests/cts/client-tags/data/test1                      | 3 ---
 tests/cts/client-tags/data/test7                      | 3 ---
 tests/cts/pac-file-delivery/data/test1                | 3 ---
 tests/cts/redirects-https/data/test1                  | 3 ---
 tests/cts/redirects-https/data/test2                  | 3 ---
 tests/cts/redirects-https/data/test3                  | 3 ---
 tests/cts/redirects-https/data/test4                  | 3 ---
 tests/cts/redirects-https/data/test5                  | 3 ---
 tests/cts/redirects/data/test1                        | 3 ---
 tests/cts/redirects/data/test2                        | 3 ---
 tests/cts/redirects/data/test3                        | 3 ---
 tests/cts/redirects/data/test4                        | 3 ---
 tests/cts/rewrite-behind-client-back-https/data/test5 | 3 ---
 tests/cts/rewrite-behind-client-back/data/test1       | 3 ---
 tests/cts/rewrite-behind-client-back/data/test5       | 3 ---
 tests/cts/user-manual-http/data/test1                 | 3 ---
 tests/cts/user-manual-https/data/test1                | 3 ---
 17 files changed, 51 deletions(-)

diff --git a/tests/cts/client-tags/data/test1 b/tests/cts/client-tags/data/test1
index 1c6ea1a2..b55174f5 100644
--- a/tests/cts/client-tags/data/test1
+++ b/tests/cts/client-tags/data/test1
@@ -7,9 +7,6 @@ HTTP GET
 </info>
 
 <client>
-<server>
-none
-</server>
 <name>
 Request to blocked URL with now client-tags active
 </name>
diff --git a/tests/cts/client-tags/data/test7 b/tests/cts/client-tags/data/test7
index 905cab51..65328800 100644
--- a/tests/cts/client-tags/data/test7
+++ b/tests/cts/client-tags/data/test7
@@ -22,9 +22,6 @@ Date: Sun, 28 Mar 2021 09:35:05 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Confirm that the cors-allowed-origin directives results in headers being are added to CGI responses.
 </name>
diff --git a/tests/cts/pac-file-delivery/data/test1 b/tests/cts/pac-file-delivery/data/test1
index 1967870f..1440c042 100644
--- a/tests/cts/pac-file-delivery/data/test1
+++ b/tests/cts/pac-file-delivery/data/test1
@@ -34,9 +34,6 @@ function FindProxyForURL(url, host) {
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 CGI request for PAC file
 </name>
diff --git a/tests/cts/redirects-https/data/test1 b/tests/cts/redirects-https/data/test1
index a1a69ada..e49310ef 100644
--- a/tests/cts/redirects-https/data/test1
+++ b/tests/cts/redirects-https/data/test1
@@ -31,9 +31,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to http://www.privoxy.org
 </name>
diff --git a/tests/cts/redirects-https/data/test2 b/tests/cts/redirects-https/data/test2
index 60e815f6..f907db0c 100644
--- a/tests/cts/redirects-https/data/test2
+++ b/tests/cts/redirects-https/data/test2
@@ -31,9 +31,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to https://www.privoxy.org
 </name>
diff --git a/tests/cts/redirects-https/data/test3 b/tests/cts/redirects-https/data/test3
index 3e7368b2..f5952d7f 100644
--- a/tests/cts/redirects-https/data/test3
+++ b/tests/cts/redirects-https/data/test3
@@ -31,9 +31,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to http://www.privoxy.org/ using a pcrs command
 </name>
diff --git a/tests/cts/redirects-https/data/test4 b/tests/cts/redirects-https/data/test4
index 47491e6b..307a58c0 100644
--- a/tests/cts/redirects-https/data/test4
+++ b/tests/cts/redirects-https/data/test4
@@ -31,9 +31,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to https://www.privoxy.org/ using a pcrs command
 </name>
diff --git a/tests/cts/redirects-https/data/test5 b/tests/cts/redirects-https/data/test5
index 9bcc1bfa..3bfed39d 100644
--- a/tests/cts/redirects-https/data/test5
+++ b/tests/cts/redirects-https/data/test5
@@ -31,9 +31,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to https://www.privoxy.org/path-replaced using a pcrs command
 </name>
diff --git a/tests/cts/redirects/data/test1 b/tests/cts/redirects/data/test1
index 3bcd690a..52e75cdc 100644
--- a/tests/cts/redirects/data/test1
+++ b/tests/cts/redirects/data/test1
@@ -29,9 +29,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to http://www.privoxy.org
 </name>
diff --git a/tests/cts/redirects/data/test2 b/tests/cts/redirects/data/test2
index 245b5bcf..4c8ab455 100644
--- a/tests/cts/redirects/data/test2
+++ b/tests/cts/redirects/data/test2
@@ -29,9 +29,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to https://www.privoxy.org
 </name>
diff --git a/tests/cts/redirects/data/test3 b/tests/cts/redirects/data/test3
index 625131b5..d74131b9 100644
--- a/tests/cts/redirects/data/test3
+++ b/tests/cts/redirects/data/test3
@@ -29,9 +29,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to http://www.privoxy.org using a pcrs command
 </name>
diff --git a/tests/cts/redirects/data/test4 b/tests/cts/redirects/data/test4
index f9c632b7..bc44d75b 100644
--- a/tests/cts/redirects/data/test4
+++ b/tests/cts/redirects/data/test4
@@ -29,9 +29,6 @@ Date: Sun, 10 Jan 2021 08:13:02 GMT
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Redirect to http://www.privoxy.org/path-replaced using a pcrs command
 </name>
diff --git a/tests/cts/rewrite-behind-client-back-https/data/test5 b/tests/cts/rewrite-behind-client-back-https/data/test5
index 2e6bd11b..d4bbbe0d 100644
--- a/tests/cts/rewrite-behind-client-back-https/data/test5
+++ b/tests/cts/rewrite-behind-client-back-https/data/test5
@@ -31,9 +31,6 @@ Bad request. Messed up with header filters.
 
 
 <client>
-<server>
-none
-</server>
 <name>
 Rewrite behind the client's back: unsupporte http version
 </name>
diff --git a/tests/cts/rewrite-behind-client-back/data/test1 b/tests/cts/rewrite-behind-client-back/data/test1
index dd0175bc..b2d2825b 100644
--- a/tests/cts/rewrite-behind-client-back/data/test1
+++ b/tests/cts/rewrite-behind-client-back/data/test1
@@ -29,9 +29,6 @@ Bad request. Messed up with header filters.
 
 
 <client>
-<server>
-none
-</server>
 <name>
 Rewrite behind the client's back: invalid upgrade to https
 </name>
diff --git a/tests/cts/rewrite-behind-client-back/data/test5 b/tests/cts/rewrite-behind-client-back/data/test5
index 82da79df..30baf0f2 100644
--- a/tests/cts/rewrite-behind-client-back/data/test5
+++ b/tests/cts/rewrite-behind-client-back/data/test5
@@ -28,9 +28,6 @@ Bad request. Messed up with header filters.
 </proxy-reply>
 
 <client>
-<server>
-none
-</server>
 <name>
 Rewrite behind the client's back: unsupported http version
 </name>
diff --git a/tests/cts/user-manual-http/data/test1 b/tests/cts/user-manual-http/data/test1
index ee986ba0..7994d9b5 100644
--- a/tests/cts/user-manual-http/data/test1
+++ b/tests/cts/user-manual-http/data/test1
@@ -7,9 +7,6 @@ HTTP GET
 </info>
 
 <client>
-<server>
-none
-</server>
 <name>
 CGI request for the user manual while delivery has been disabled by specifying a http:// URL
 </name>
diff --git a/tests/cts/user-manual-https/data/test1 b/tests/cts/user-manual-https/data/test1
index e9d6acb7..d6a5d4a3 100644
--- a/tests/cts/user-manual-https/data/test1
+++ b/tests/cts/user-manual-https/data/test1
@@ -7,9 +7,6 @@ HTTP GET
 </info>
 
 <client>
-<server>
-none
-</server>
 <name>
 CGI request for the user manual while delivery has been disabled by specifying a https:// URL
 </name>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list