[Privoxy-commits] [privoxy] 06/07: gen-skip-reasons.pl: Skip test 1685 which uses a Cookie header with a tab that Privoxy converts into a space
User Git
git at git.privoxy.org
Mon Apr 20 15:58:42 CEST 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit acffd9bcfe6bd345e70adb5e59e4d7595f56dc06
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Apr 13 09:28:06 2026 +0200
gen-skip-reasons.pl: Skip test 1685 which uses a Cookie header with a tab that Privoxy converts into a space
---
tests/cts/gen-skip-reasons.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/cts/gen-skip-reasons.pl b/tests/cts/gen-skip-reasons.pl
index 74ef75ec..aa54ac92 100755
--- a/tests/cts/gen-skip-reasons.pl
+++ b/tests/cts/gen-skip-reasons.pl
@@ -167,6 +167,8 @@ sub main() {
$why = "Expected to fail. Trigger Privoxy's MS IIS 5 hack which the test does not expect.";
} elsif ($testnum eq 1671) {
$why = "Known to fail as curl adds a Proxy-Connection header to the JSON output which the test doesn't expect.";
+ } elsif ($testnum eq 1685) {
+ $why = "Known to fail as Privoxy converts a tab in a Cookie header to space.";
} elsif ($testnum eq 1915) {
$why = "Known to fail. Uses tool that doesn't expect a proxy.";
} elsif ($testnum eq 1933) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list