diff options
Diffstat (limited to 'xt/config')
-rwxr-xr-x | xt/config/generate_test_data.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/config/generate_test_data.pl b/xt/config/generate_test_data.pl index 76669578d..71344d51a 100755 --- a/xt/config/generate_test_data.pl +++ b/xt/config/generate_test_data.pl @@ -31,7 +31,7 @@ BEGIN { *Bugzilla::User::APIKey::_check_api_key = sub { return $_[1]; }; } -use lib $conf_path; +use lib $conf_path, "$conf_path/local/lib/perl5"; use Bugzilla; use Bugzilla::Attachment; |