summaryrefslogtreecommitdiff
path: root/ext/threads/t/libc.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/threads/t/libc.t')
-rw-r--r--ext/threads/t/libc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/t/libc.t b/ext/threads/t/libc.t
index 9741cce09d..4f6f6ed3ae 100644
--- a/ext/threads/t/libc.t
+++ b/ext/threads/t/libc.t
@@ -2,7 +2,7 @@ use strict;
use warnings;
BEGIN {
- require($ENV{PERL_CORE} ? './test.pl' : './t/test.pl');
+ require($ENV{PERL_CORE} ? '../../t/test.pl' : './t/test.pl');
use Config;
if (! $Config{'useithreads'}) {