From c89a871ead0a961f8a0125d875cbe28974e23f29 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 26 Oct 2017 18:50:34 +1300 Subject: Fix test failures without '.' in @INC Bug: https://bugs.gentoo.org/617006 Bug: https://rt.cpan.org/Ticket/Display.html?id=121452 --- t/00array.t | 2 +- t/01doc-href.t | 2 +- t/02nav-appv.t | 2 +- t/03doc-write.t | 2 +- t/04loop.t | 2 +- t/05form.t | 2 +- t/06form2.t | 2 +- t/07func.t | 2 +- t/08func2.t | 2 +- t/09meth.t | 2 +- t/10elobj.t | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/t/00array.t b/t/00array.t index 3bd85a6..ba36807 100755 --- a/t/00array.t +++ b/t/00array.t @@ -5,7 +5,7 @@ print "1..1\n"; $init = ""; -require "t/init.pl"; +require "./t/init.pl"; $js->array_by_path("document.form"); diff --git a/t/01doc-href.t b/t/01doc-href.t index 7f79c95..c545ca7 100755 --- a/t/01doc-href.t +++ b/t/01doc-href.t @@ -6,7 +6,7 @@ print "1..1\n"; $init = ""; -require "t/init.pl"; +require "./t/init.pl"; my $source = <array_by_path("document.array"); my $e = $js->array_set_element($a, 0, "gurkenhobel"); diff --git a/t/07func.t b/t/07func.t index c0f95cc..9b12633 100644 --- a/t/07func.t +++ b/t/07func.t @@ -6,7 +6,7 @@ print "1..1\n"; $init = ""; $buffer = ""; -require "t/init.pl"; +require "./t/init.pl"; my $source = <