summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2011-02-16 16:04:37 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2011-02-16 16:04:37 +0100
commitaab929cd3bd960f008787987aa2cd7bc89a10658 (patch)
treebdf0739dc80981d65c193480bca26fd22d128826
parentd6cd5cca354436340ef72c7fbbb14f71b8af971f (diff)
downloadperl-aab929cd3bd960f008787987aa2cd7bc89a10658.tar.gz
Decrease number of tests run
I removed a test that was skipped if perlio was not available.
-rw-r--r--t/io/open.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/open.t b/t/io/open.t
index 1b697df205..798c2d57f3 100644
--- a/t/io/open.t
+++ b/t/io/open.t
@@ -10,7 +10,7 @@ $| = 1;
use warnings;
use Config;
-plan tests => 114;
+plan tests => 113;
my $Perl = which_perl();