summaryrefslogtreecommitdiff
path: root/lib/open.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/open.t')
-rw-r--r--lib/open.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/open.t b/lib/open.t
index 1bf7dca377..f9cacab8a1 100644
--- a/lib/open.t
+++ b/lib/open.t
@@ -4,9 +4,10 @@ BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
+ require './test.pl';
}
-use Test::More tests => 23;
+plan 23;
# open::import expects 'open' as its first argument, but it clashes with open()
sub import {