diff options
Diffstat (limited to 'ext/Opcode/t/ops.t')
-rw-r--r-- | ext/Opcode/t/ops.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/Opcode/t/ops.t b/ext/Opcode/t/ops.t index 56b1bacabb..30edcdaa5f 100644 --- a/ext/Opcode/t/ops.t +++ b/ext/Opcode/t/ops.t @@ -1,8 +1,6 @@ #!./perl BEGIN { - chdir 't' if -d 't'; - @INC = '../lib'; require Config; import Config; if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') { print "1..0\n"; |