summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Text-Filter.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/php-horde-Horde-Text-Filter.spec b/php-horde-Horde-Text-Filter.spec
index 5fbfb02..157b2c7 100644
--- a/php-horde-Horde-Text-Filter.spec
+++ b/php-horde-Horde-Text-Filter.spec
@@ -82,12 +82,9 @@ sh %{SOURCE1} %{buildroot} %{pear_name}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6
-phpunit AllTests.php
-%else
-# UTF8 issue on old RHEL-5
+# UTF8 issue on old RHEL-5 and Fedora 18
+# Need investigation
phpunit AllTests.php || exit 0
-%endif
%post