diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-01 18:49:16 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-01 18:50:41 -0700 |
commit | ef1ab6757f7680449525f786c098d047cef57684 (patch) | |
tree | 66cfc7e334b25f4efdbd8bbb609ba126bf6e26c9 | |
parent | 89474f50ca76e8039d27bebe650de4addd0f1607 (diff) | |
download | perl-ef1ab6757f7680449525f786c098d047cef57684.tar.gz |
Make diag.t runnable outside t/
-rw-r--r-- | t/porting/diag.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t index 331b356828..50aa996f3d 100644 --- a/t/porting/diag.t +++ b/t/porting/diag.t @@ -2,6 +2,7 @@ use warnings; use strict; +chdir 't'; require './test.pl'; plan('no_plan'); |