summaryrefslogtreecommitdiff
path: root/dist/bignum/t/option_l.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/bignum/t/option_l.t')
-rw-r--r--dist/bignum/t/option_l.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/dist/bignum/t/option_l.t b/dist/bignum/t/option_l.t
index cfa8033f22..d8c6b87a1a 100644
--- a/dist/bignum/t/option_l.t
+++ b/dist/bignum/t/option_l.t
@@ -2,16 +2,8 @@
# test the "l", "lib", "try" and "only" options:
-use Test::More;
use strict;
-
-BEGIN
- {
- $| = 1;
- chdir 't' if -d 't';
- unshift @INC, '../lib';
- plan tests => 19;
- }
+use Test::More tests => 19;
use bignum;