diff options
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r-- | php-pecl-redis.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec index d8b7799..94c85b8 100644 --- a/php-pecl-redis.spec +++ b/php-pecl-redis.spec @@ -151,6 +151,11 @@ ln -sf %{php_ztsextdir}/igbinary.so zts/modules/igbinary.so %if %{with_test} cd nts/tests +# this test requires redis >= 2.6.9 +# https://github.com/nicolasff/phpredis/pull/333 +sed -e s/testClient/SKIP_testClient/ \ + -i TestRedis.php + # Launch redis server mkdir -p {run,log,lib}/redis sed -e "s:/var:$PWD:" \ |