summaryrefslogtreecommitdiff
blob: f76aaa95a1ce3b275b96258540852dc0d450012d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
From c89a871ead0a961f8a0125d875cbe28974e23f29 Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
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 = <<EOT;
 $init
diff --git a/t/02nav-appv.t b/t/02nav-appv.t
index d038f3e..2e0d7f6 100755
--- a/t/02nav-appv.t
+++ b/t/02nav-appv.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 my $source = <<EOT;
 $init
diff --git a/t/03doc-write.t b/t/03doc-write.t
index 9b38e21..f757592 100755
--- a/t/03doc-write.t
+++ b/t/03doc-write.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 my $source = <<EOT;
 $init
diff --git a/t/04loop.t b/t/04loop.t
index 3757c1d..768067a 100755
--- a/t/04loop.t
+++ b/t/04loop.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 my $source = <<EOT;
 $init
diff --git a/t/05form.t b/t/05form.t
index 0dc763a..3212d05 100755
--- a/t/05form.t
+++ b/t/05form.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 my $source = <<EOT;
 $init
diff --git a/t/06form2.t b/t/06form2.t
index 9aacb7a..fdf1bd2 100755
--- a/t/06form2.t
+++ b/t/06form2.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 my $a = $js->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 = <<EOT;
 $init
diff --git a/t/08func2.t b/t/08func2.t
index 6b49ef7..95c7749 100644
--- a/t/08func2.t
+++ b/t/08func2.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 $args = "";
 
diff --git a/t/09meth.t b/t/09meth.t
index 4b5da81..2b86a9c 100644
--- a/t/09meth.t
+++ b/t/09meth.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 $args = "";
 
diff --git a/t/10elobj.t b/t/10elobj.t
index d4eca5c..2c097b9 100644
--- a/t/10elobj.t
+++ b/t/10elobj.t
@@ -5,7 +5,7 @@
 print "1..1\n";
 
 $init = "";
-require "t/init.pl";
+require "./t/init.pl";
 
 $submitted = "0";
 
-- 
2.14.3