From 415e32d463bbb881d991d886ddba6f859669c098 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 19 Oct 2007 11:46:10 +0000 Subject: Bug 399954: Make Bugzilla able to hold its dependencies in a local directory Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'runtests.pl') diff --git a/runtests.pl b/runtests.pl index ad6898b23..092d8069b 100755 --- a/runtests.pl +++ b/runtests.pl @@ -23,6 +23,7 @@ # Make it harder for us to do dangerous things in Perl. use diagnostics; use strict; +use lib qw(lib); use Test::Harness qw(&runtests $verbose); -- cgit v1.2.3-24-g4f1b