diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2009-06-08 14:00:11 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-09 07:55:48 +0200 |
commit | 242a51a42272a23c60feb9c1b7cd686bfc28e04b (patch) | |
tree | bf313f5e25c53f14b870f539690acf841dd83061 /ext/threads/t/err.t | |
parent | e8ee98b8d6476fafa8aeeec6a876def8fb28063b (diff) | |
download | perl-242a51a42272a23c60feb9c1b7cd686bfc28e04b.tar.gz |
Upgrade to threads 1.73
Diffstat (limited to 'ext/threads/t/err.t')
-rw-r--r-- | ext/threads/t/err.t | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/threads/t/err.t b/ext/threads/t/err.t index ccfad22f59..9888ee0987 100644 --- a/ext/threads/t/err.t +++ b/ext/threads/t/err.t @@ -2,12 +2,7 @@ use strict; use warnings; BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir 't'; - unshift @INC, '../lib'; - } - - require($ENV{PERL_CORE} ? "./test.pl" : "./t/test.pl"); + require($ENV{PERL_CORE} ? './test.pl' : './t/test.pl'); use Config; if (! $Config{'useithreads'}) { |