summaryrefslogtreecommitdiffstats
path: root/composer.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-15 16:24:43 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-15 16:24:43 +0100
commit0fd9c96d5332701b4f8cd3e121d40708d52c8d34 (patch)
treee6a3c1b3a2f20ea6406cc95284932980063231bb /composer.spec
parentd6d8bd26112e74614b98264537f278b6944f38b1 (diff)
composer: ignore 1 test on EL-5
Diffstat (limited to 'composer.spec')
-rw-r--r--composer.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.spec b/composer.spec
index 68cd0c1..9223129 100644
--- a/composer.spec
+++ b/composer.spec
@@ -190,6 +190,10 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%check
%if %{with_tests}
+%if 0%{?rhel} == 5
+rm tests/Composer/Test/Downloader/XzDownloaderTest.php
+%endif
+
: Run test suite
export BUILDROOT=%{buildroot}
%{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php --verbose