Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 15:16:08 +02:00
parent 12e2e817e2
commit 96c4c3b6c0

View File

@ -1,4 +1,8 @@
%if ! (0%{?rhel})
%bcond_without perl_Test_Simple_enables_optional_test
%else
%bcond_with perl_Test_Simple_enables_optional_test
%endif
Name: perl-Test-Simple
Summary: Basic utilities for writing tests