From bdbb6080149ec273b4ae02dd3e69af235adda27d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Mar 2014 07:58:23 +0100 Subject: php-pecl-xslcache: cleanups --- php-pecl-eio.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-eio.spec') diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 4c633fc..1dd9fc9 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -164,11 +164,13 @@ fi %check # Need investigation (output order) -rm -f ?TS/tests/eio_custom_basic.phpt +rm ?TS/tests/eio_custom_basic.phpt +%if 0%{?rhel} <= 7 +rm ?TS/tests/eio_fallocate_basic.phpt +%endif %if 0%{?rhel} <= 6 -rm -f ?TS/tests/eio_fallocate_basic.phpt \ - ?TS/tests/eio_write_variation.phpt \ - ?TS/tests/fork.phpt +rm ?TS/tests/eio_write_variation.phpt +rm ?TS/tests/fork.phpt %endif DEPMOD= -- cgit