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

« back to all changes in this revision

Viewing changes to t/pt-query-digest/statistics.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
 
16
 
# See 101_slowlog_analyses.t or http://code.google.com/p/maatkit/wiki/Testing
17
 
shift @INC;  # our unshift (above)
18
 
shift @INC;  # PerconaTest's unshift
19
 
 
20
16
require "$trunk/bin/pt-query-digest";
21
17
 
22
18
my @args   = qw(--no-report --statistics);