summaryrefslogtreecommitdiff
path: root/dist/Thread-Queue/t/03_peek.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Thread-Queue/t/03_peek.t')
-rw-r--r--dist/Thread-Queue/t/03_peek.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Thread-Queue/t/03_peek.t b/dist/Thread-Queue/t/03_peek.t
index 1844c06dea..d543b59469 100644
--- a/dist/Thread-Queue/t/03_peek.t
+++ b/dist/Thread-Queue/t/03_peek.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");