diff options
Diffstat (limited to 'dist/Thread-Semaphore/t/01_basic.t')
-rw-r--r-- | dist/Thread-Semaphore/t/01_basic.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Thread-Semaphore/t/01_basic.t b/dist/Thread-Semaphore/t/01_basic.t index 06fc2b24fd..c5670bd87f 100644 --- a/dist/Thread-Semaphore/t/01_basic.t +++ b/dist/Thread-Semaphore/t/01_basic.t @@ -2,10 +2,6 @@ use strict; use warnings; BEGIN { - if ($ENV{'PERL_CORE'}){ - chdir('t'); - unshift(@INC, '../lib'); - } use Config; if (! $Config{'useithreads'}) { print("1..0 # SKIP Perl not compiled with 'useithreads'\n"); |