diff options
Diffstat (limited to 'gnu/usr.bin/perl/dist/Cwd/t/taint.t')
-rw-r--r-- | gnu/usr.bin/perl/dist/Cwd/t/taint.t | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/usr.bin/perl/dist/Cwd/t/taint.t b/gnu/usr.bin/perl/dist/Cwd/t/taint.t index 309b3e5dfcb..60cbfebc413 100644 --- a/gnu/usr.bin/perl/dist/Cwd/t/taint.t +++ b/gnu/usr.bin/perl/dist/Cwd/t/taint.t @@ -8,14 +8,7 @@ chdir 't' unless $ENV{PERL_CORE}; use File::Spec; use lib File::Spec->catdir('t', 'lib'); -use Test::More; -BEGIN { - plan( - ${^TAINT} - ? (tests => 17) - : (skip_all => "A perl without taint support") - ); -} +use Test::More tests => 17; use Scalar::Util qw/tainted/; |