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:
Brian Fraser
2012-11-21 13:58:40 -03:00
parent 7a51df2c35
commit d6a7bf0cdb
55 changed files with 0 additions and 148 deletions

View File

@@ -13,8 +13,6 @@ use Test::More;
use PerconaTest;
use Sandbox;
shift @INC; # our unshift (above)
shift @INC; # PerconaTest's unshift
require "$trunk/bin/pt-table-checksum";
my $dp = new DSNParser(opts=>$dsn_opts);