summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 22:12:31 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 22:12:31 +0100
commitfaac0042fa642a116d3e57e85113ea6d379b7076 (patch)
treeeaea02a8b758ca85acfdb5cc661215aaf6dc887a
parentfb5d0a04dc3438995b282fd9b84149257c37fc4e (diff)
php-horde-Horde-Crypt-Blowfish: ignore test result on EL-5
-rw-r--r--php-horde-Horde-Crypt-Blowfish.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec
index 5f70a31..f4fa8b7 100644
--- a/php-horde-Horde-Crypt-Blowfish.spec
+++ b/php-horde-Horde-Crypt-Blowfish.spec
@@ -67,6 +67,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
+%if 0%{?rhel} == 5
+# Issue with old openssl version
+rm -f EcbTest.php
+%endif
phpunit\
-d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
-d date.timezone=UTC \