summaryrefslogtreecommitdiff
path: root/lib/open.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-15 19:58:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-15 21:33:18 -0700
commit879ced66a8499e7f2e830f860f796ce3894ca383 (patch)
treea6adcb08e946935a71750fa8aa4fb089d73c78eb /lib/open.t
parent37bf3a91b5a138cf737aab57dff541347d84cb90 (diff)
downloadperl-879ced66a8499e7f2e830f860f796ce3894ca383.tar.gz
Make open.t use test.pl
so future commits can use runperl.
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 {