Exclude curl test which tries to make network connections

This commit is contained in:
Orion Poplawski 2008-04-17 17:43:32 +00:00
parent b09b73ac65
commit dff465fdb3

View File

@ -58,7 +58,8 @@ install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
%check
bin/ctest -V
# Exclude curl test which tries to make network connections
bin/ctest -V -E curl
%clean