]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - fix include path for 903 test
authorDylan William Hardison <dylan@hardison.net>
Fri, 11 Jan 2019 19:48:35 +0000 (14:48 -0500)
committerGitHub <noreply@github.com>
Fri, 11 Jan 2019 19:48:35 +0000 (14:48 -0500)
t/903-passwdqc-conf.t

index 718947377b8c3734ab9c338fcce102768e1d5714..f0db41144cb0ac3d5644bb0edfb8194919dc3bc3 100644 (file)
@@ -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;