projects
/
p5sagit/Devel-GlobalDestruction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6457c6f
)
fix thread test with @INC lacks .
Graham Knop [Sun, 16 Oct 2016 11:16:38 +0000 (07:16 -0400)]
t/02_thread.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_thread.t
b/t/02_thread.t
index
4a7b6d0
..
196cd0a
100644
(file)
--- a/
t/02_thread.t
+++ b/
t/02_thread.t
@@
-41,8
+41,8
@@
sub do_test {
die "Argument passing failed!";
}
- delete $INC{'t/01_basic.t'};
- do 't/01_basic.t';
+ delete $INC{'./t/01_basic.t'};
+ do './t/01_basic.t';
1;
}