mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 00:03:02 +00:00
Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling
This commit is contained in:
@@ -13,9 +13,6 @@ use Test::More;
|
||||
|
||||
use PerconaTest;
|
||||
use Sandbox;
|
||||
shift @INC; # These two shifts are required for tools that use base and
|
||||
shift @INC; # derived classes. See mk-query-digest/t/101_slowlog_analyses.t
|
||||
shift @INC;
|
||||
require "$trunk/bin/pt-query-advisor";
|
||||
|
||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||
|
Reference in New Issue
Block a user