~percona-toolkit-dev/percona-toolkit/mysql-5.6-test-fixes

« back to all changes in this revision

Viewing changes to t/pt-query-advisor/get_create_table.t

  • Committer: Brian Fraser
  • Date: 2012-11-21 16:58:40 UTC
  • Revision ID: brian.fraser@percona.com-20121121165840-tvwjcyv2t19el3zt
Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
use PerconaTest;
15
15
use Sandbox;
16
 
shift @INC;  # These two shifts are required for tools that use base and
17
 
shift @INC;  # derived classes.  See mk-query-digest/t/101_slowlog_analyses.t
18
 
shift @INC;
19
16
require "$trunk/bin/pt-query-advisor";
20
17
 
21
18
my $dp  = new DSNParser(opts=>$dsn_opts);