From 810c0b2eb51ffcd71650c58fc2d2e8f0127adc62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Aug 2017 14:17:42 +0200 Subject: bette way to skip test --- php-pecl-http.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8e5f76d..630cd8d 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -250,10 +250,10 @@ else export SKIP_ONLINE_TESTS=1 fi -%if 0%{?fedora} >= 27 +if pkg-config --atleast-version=7.55 libcurl; then # https://github.com/m6w6/ext-http/issues/72 rm ?TS/tests/client027.phpt -%endif +fi # Shared needed extensions modules="" -- cgit