X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction.git;a=blobdiff_plain;f=t%2F02_thread.t;fp=t%2F02_thread.t;h=196cd0a3b130e09f5d75b58a871b032357258500;hp=4a7b6d018d7a9ee466674203298ef869e65a45d0;hb=192ddfb29b6066799540c78454f0bf4720f9c1dd;hpb=6457c6f4b93323101e89134fcc54b06cece7d4bd diff --git a/t/02_thread.t b/t/02_thread.t index 4a7b6d0..196cd0a 100644 --- a/t/02_thread.t +++ b/t/02_thread.t @@ -41,8 +41,8 @@ sub do_test { die "Argument passing failed!"; } - delete $INC{'t/01_basic.t'}; - do 't/01_basic.t'; + delete $INC{'./t/01_basic.t'}; + do './t/01_basic.t'; 1; }