diff options
Diffstat (limited to 'dist/Math-BigInt-FastCalc/t/bootstrap.t')
-rw-r--r-- | dist/Math-BigInt-FastCalc/t/bootstrap.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Math-BigInt-FastCalc/t/bootstrap.t b/dist/Math-BigInt-FastCalc/t/bootstrap.t index 1101966b98..6b61044b38 100644 --- a/dist/Math-BigInt-FastCalc/t/bootstrap.t +++ b/dist/Math-BigInt-FastCalc/t/bootstrap.t @@ -7,7 +7,6 @@ BEGIN unshift @INC, '../blib/lib'; unshift @INC, '../blib/arch'; unshift @INC, '../lib'; - chdir 't' if -d 't' && !$ENV{PERL_CORE}; plan tests => 1; }; |