summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-24 07:25:31 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-24 07:25:31 +0200
commita6023072820477a27035084649be3ff5b7e9c557 (patch)
treeaa09f64f354995c6425a72377dc359080394c71e
parent2422affa57066013e35395842dbae22d85b7fa56 (diff)
php-patchwork-utf8: ignore 1 test with 5.4
-rw-r--r--php-patchwork-utf8.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-patchwork-utf8.spec b/php-patchwork-utf8.spec
index e66896f..c0f62ba 100644
--- a/php-patchwork-utf8.spec
+++ b/php-patchwork-utf8.spec
@@ -169,6 +169,11 @@ if which php71; then
php71 %{_bindir}/phpunit --bootstrap %{buildroot}%{phpdir}/Patchwork/autoload.php || : ignore
run=1
fi
+%if 0%{?rhel}
+: drop failing test with 5.4
+rm tests/PHP/Shim/IntlTest.php
+%endif
+
if [ $run -eq 0 ]; then
%{_bindir}/phpunit --verbose --bootstrap %{buildroot}%{phpdir}/Patchwork/autoload.php
fi