From: Dylan William Hardison Date: Fri, 11 Jan 2019 19:48:35 +0000 (-0500) Subject: no bug - fix include path for 903 test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a158d505cfde2657c46bae19597d17bcd2c8d3ac;p=thirdparty%2Fbugzilla.git no bug - fix include path for 903 test --- diff --git a/t/903-passwdqc-conf.t b/t/903-passwdqc-conf.t index 718947377..f0db41144 100644 --- a/t/903-passwdqc-conf.t +++ b/t/903-passwdqc-conf.t @@ -4,9 +4,10 @@ # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -use 5.10.1; use strict; use warnings; +use 5.10.1; +use lib qw( . lib local/lib/perl5 ); use autodie; use Test::More 1.302;