mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +00:00
Fix t/lib/VersionCheck.t.
This commit is contained in:
@@ -700,6 +700,7 @@ my @vc_tools = grep { chomp; basename($_) =~ /\A[a-z-]+\z/ }
|
||||
|
||||
foreach my $tool ( @vc_tools ) {
|
||||
my $tool_name = basename($tool);
|
||||
next if $tool_name eq 'pt-agent';
|
||||
my $output = `$tool --help`;
|
||||
like(
|
||||
$output,
|
||||
|
Reference in New Issue
Block a user