diff options
Diffstat (limited to 'php-pecl-http-php7.spec')
-rw-r--r-- | php-pecl-http-php7.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec index c516e3f..0431769 100644 --- a/php-pecl-http-php7.spec +++ b/php-pecl-http-php7.spec @@ -287,9 +287,7 @@ done --modules | grep %{pecl_name} %if %{with_tests} -%if "%{php_version}" > "7" - rm ?TS/tests/client022.phpt -%endif +rm ?TS/tests/client022.phpt if pkg-config --atleast-version=7.49 libcurl; then rm ?TS/tests/client019.phpt fi |