This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow dual-life.t to be run outside t/
authorFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 06:28:06 +0000 (23:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 06:28:06 +0000 (23:28 -0700)
t/porting/dual-life.t

index 1826c46..b4499ac 100644 (file)
@@ -6,6 +6,7 @@ use strict;
 #
 # * Are all dual-life programs being generated in utils/?
 
+chdir 't';
 require './test.pl';
 
 plan('no_plan');