This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let while.t run from the top level
authorFather Chrysostomos <sprout@cpan.org>
Wed, 20 Jun 2012 03:39:54 +0000 (20:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 20 Jun 2012 20:49:16 +0000 (13:49 -0700)
t/cmd/while.t

index 5107fe2..5d2af71 100644 (file)
@@ -1,6 +1,7 @@
 #!./perl
 
 BEGIN {
+    chdir 't';
     require "test.pl";
 }