[php-horde-Horde-Icalendar/el6] Skip 1 test with php 5.3 (only alignment issue)

Remi Collet remi at fedoraproject.org
Tue Nov 25 07:48:45 UTC 2014


commit 20846debf57b4725c20485f0d27a36d831d1cb1b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Nov 25 08:48:35 2014 +0100

    Skip 1 test with php 5.3 (only alignment issue)

 php-horde-Horde-Icalendar.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/php-horde-Horde-Icalendar.spec b/php-horde-Horde-Icalendar.spec
index 742d421..3085d38 100644
--- a/php-horde-Horde-Icalendar.spec
+++ b/php-horde-Horde-Icalendar.spec
@@ -106,6 +106,10 @@ done | tee ../%{pear_name}.lang
 
 %check
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
+%if 0%{?rhel} == 6
+sed -e 's/testLineFolding/SKIP_testLineFolding/' \
+    -i ExportTest.php
+%endif
 phpunit .
 
 


More information about the scm-commits mailing list