Allow require_errors.t to be run from the top level
authorFather Chrysostomos <sprout@cpan.org>
Thu, 3 May 2012 03:36:20 +0000 (20:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:39:15 +0000 (21:39 -0700)
t/op/require_errors.t

index 23df8b1..0b32c0c 100644 (file)
@@ -3,6 +3,7 @@ use strict;
 use warnings;
 
 BEGIN {
+    chdir 't';
     require './test.pl';
 }