Remove bin test from VersionCheck.t.

This commit is contained in:
Daniel Nichter
2014-02-20 04:45:29 +00:00
parent 99587e7fce
commit 433e5db1f6

View File

@@ -104,39 +104,6 @@ test_v(
},
);
test_v(
name => "bin_version",
response => "perl;bin_version\n",
items => {
'perl' => {
item => 'perl',
type => 'bin_version',
vars => [],
},
},
versions => {
'perl' => sprintf('%vd', $PERL_VERSION),
},
);
{
local $ENV{PATH} = "$ENV{PATH}:$trunk/bin";
test_v(
name => "bin_version",
response => "pt-archiver;bin_version\n",
items => {
'pt-archiver' => {
item => 'pt-archiver',
type => 'bin_version',
vars => [],
},
},
versions => {
'pt-archiver' => $Percona::Toolkit::VERSION,
},
);
}
SKIP: {
skip "Cannot cannot to sandbox master", 2 unless $master_dbh;