From 0fd9c96d5332701b4f8cd3e121d40708d52c8d34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Dec 2015 16:24:43 +0100 Subject: composer: ignore 1 test on EL-5 --- composer.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'composer.spec') 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 -- cgit