From ef1ab6757f7680449525f786c098d047cef57684 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 1 Nov 2011 18:49:16 -0700 Subject: Make diag.t runnable outside t/ --- t/porting/diag.t | 1 + 1 file changed, 1 insertion(+) 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'); -- cgit v1.2.1