From 8d4d513d553d4a3ab5344bdcdad183779c0aa577 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 15:47:57 +0100 Subject: php-pecl-redis: fix macro --- php-pecl-redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-pecl-redis.spec') diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index c27db17..37d1a37 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -18,7 +18,7 @@ %global pecl_name redis %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global with_tests 1%{?_with_tests:1} +%global with_tests 0%{!?_without_tests:1} %global with_igbin 1 %if "%{php_version}" < "5.6" # after igbinary -- cgit