diff options
-rw-r--r-- | php-horde-Horde-Mime.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index b7ab8cc..46c9b79 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -130,6 +130,10 @@ done | tee ../%{pear_name}.lang %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) +%if 0%{?rhel} == 5 +rm MdnTest.php +%endif + phpunit . %else : Test disabled, missing '--with tests' option. |