projects
/
p5sagit/Devel-GlobalDestruction-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
30f96d1
)
fix thread test relying on . in @INC
Graham Knop [Sun, 16 Oct 2016 11:42:40 +0000 (07:42 -0400)]
t/02_thread.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_thread.t
b/t/02_thread.t
index
ceac086
..
ceab7cd
100644
(file)
--- a/
t/02_thread.t
+++ b/
t/02_thread.t
@@
-33,8
+33,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;
}