From ab1d075370c212c5b4ea765c3a48fac555cd1f27 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 21 Sep 2012 22:44:00 -0700 Subject: [PATCH] Let qr.t run from the top level --- t/op/qr.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/op/qr.t b/t/op/qr.t index cc42db0..83bb3d9 100644 --- a/t/op/qr.t +++ b/t/op/qr.t @@ -2,7 +2,10 @@ use strict; -BEGIN { require './test.pl'; } +BEGIN { + chdir 't'; + require './test.pl'; +} plan(tests => 18); -- 2.7.4