Fix t/lib/VersionCheck.t.

This commit is contained in:
Daniel Nichter
2013-08-08 12:36:07 -07:00
parent f62e395b38
commit 9e4b54b834

View File

@@ -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,