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

« back to all changes in this revision

Viewing changes to t/pt-table-checksum/issue_47.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;  # our unshift (above)
17
 
shift @INC;  # PerconaTest's unshift
18
16
require "$trunk/bin/pt-table-checksum";
19
17
 
20
18
my $dp = new DSNParser(opts=>$dsn_opts);