diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-11-25 07:45:05 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-11-25 07:45:05 +0100 | 
| commit | 30b5c428d1b50269862a9697ae495c272a467d94 (patch) | |
| tree | 36f6443c311c31700346c6dac47b29a3c7ea355f | |
| parent | 2d3309020cff7fdb9d83db3f1165d6a5af180453 (diff) | |
php-horde-Horde-Mime: ignore 1 test on EL-5
| -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.  | 
