[Privoxy-commits] [privoxy] 01/04: tests/cts: Change two expected curl return codes
User Git
git at git.privoxy.org
Tue May 12 15:41:03 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 cd39f62455ce4808ae7b89bb82f08765c42ac8dd
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu May 7 08:10:10 2026 +0200
tests/cts: Change two expected curl return codes
... for the acl-multiple-ip-addresses-specified-without-destination
scenario to deal with an upstream change. The behaviour change was
reported upstream [0] and declared to be correct [1].
[0] <https://curl.se/mail/lib-2026-04/0015.html>
[1] <https://curl.se/mail/lib-2026-04/0018.html>
---
.../acl-multiple-ip-addresses-specified-without-destination/data/test4 | 2 +-
.../acl-multiple-ip-addresses-specified-without-destination/data/test5 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
index 52d70546..e787ba77 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test4
@@ -21,7 +21,7 @@ Request from client address from denied network range
<verify>
<errorcode>
-52
+56
</errorcode>
</verify>
diff --git a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5 b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
index 73e05f2c..1920b443 100644
--- a/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
+++ b/tests/cts/acl-multiple-ip-addresses-specified-without-destination/data/test5
@@ -21,7 +21,7 @@ Request from client address from denied network range
<verify>
<errorcode>
-52
+56
</errorcode>
</verify>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list