skip failing 008_configfromfile.t test

see https://rt.cpan.org/Public/Bug/Display.html?id=76287
epel9
Iain Arnell 13 years ago
parent 0f46d13939
commit 68704aac57

@ -43,6 +43,10 @@ objects using parameters passed in from the command line.
# silence rpmlint warning # silence rpmlint warning
sed -i '1s,#!.*perl,#!%{__perl},' t/*.t sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
# test fails with Getopt::Long::Descriptive 0.091
# see https://rt.cpan.org/Public/Bug/Display.html?id=76287
rm t/008_configfromfile.t
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} make %{?_smp_mflags}

Loading…
Cancel
Save