Skip to content

Commit

Permalink
tests: cookis broken again in 7.88.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed May 25, 2023
1 parent e0eade6 commit f6a4f31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/client021.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ client cookies
<?php
include "skipif.inc";
skip_client_test();
if (0 === strpos(http\Client\Curl\Versions\CURL, "7.64.0")) {
die("skip - cookie handling broken or crashes with libcurl-7.64\n");
if (0 === strpos(http\Client\Curl\Versions\CURL, "7.64.0") ||
0 === strpos(http\Client\Curl\Versions\CURL, "7.88.1")) {
die("skip - cookie handling broken or crashes with libcurl v" . http\Client\Curl\Versions\CURL ."\n");
}
?>
--FILE--
Expand Down

0 comments on commit f6a4f31

Please sign in to comment.