This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make open.t use test.pl
authorFather Chrysostomos <sprout@cpan.org>
Fri, 16 Sep 2011 02:58:43 +0000 (19:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Sep 2011 04:33:18 +0000 (21:33 -0700)
so future commits can use runperl.

lib/open.t

index 1bf7dca..f9cacab 100644 (file)
@@ -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 {