From edaedb9078d56f4f86cdb7eb9160deeb3196f164 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Mon, 30 Oct 2017 21:42:48 +1300 Subject: Fix test failures without '.' in @INC Under PERL_USE_UNSAFE_INC=0 Bug: https://bugs.gentoo.org/613642 Bug: https://rt.cpan.org/Ticket/Display.html?id=120718 --- t/bigfltpm.t | 2 +- t/bigintpm.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/bigfltpm.t b/t/bigfltpm.t index 0e89852..0af20f4 100644 --- a/t/bigfltpm.t +++ b/t/bigfltpm.t @@ -33,4 +33,4 @@ SKIP: { is(ref($e->{_e}->[0]), '', '$e->{_e}->[0] is a scalar'); } -require 't/bigfltpm.inc'; # all tests here for sharing +require './t/bigfltpm.inc'; # all tests here for sharing diff --git a/t/bigintpm.t b/t/bigintpm.t index 03dee01..1ebf230 100644 --- a/t/bigintpm.t +++ b/t/bigintpm.t @@ -44,4 +44,4 @@ is($x, "9903520314281112085086151826", ############################################################################# # all the other tests -require 't/bigintpm.inc'; # all tests here for sharing +require './t/bigintpm.inc'; # all tests here for sharing -- 2.14.3