perl: attempt to fix on FreeBSD by disabling two tests
This commit is contained in:
parent
5e202a2221
commit
322c2f36a3
@ -67,6 +67,9 @@ stdenv.mkDerivation rec {
|
|||||||
dist/IO/t/{io_multihomed.t,io_sock.t} \
|
dist/IO/t/{io_multihomed.t,io_sock.t} \
|
||||||
t/porting/{maintainers.t,regen.t} \
|
t/porting/{maintainers.t,regen.t} \
|
||||||
cpan/Socket/t/getnameinfo.t \
|
cpan/Socket/t/getnameinfo.t \
|
||||||
|
'' + stdenv.lib.optionalString (stdenv.isFreeBSD) ''
|
||||||
|
cpan/CPANPLUS/t/04_CPANPLUS-Module.t
|
||||||
|
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
|
||||||
'' + " ";
|
'' + " ";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for test in ${testsToSkip}; do
|
for test in ${testsToSkip}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user