mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +00:00
Fix test counts.
This commit is contained in:
@@ -9,7 +9,7 @@ BEGIN {
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
use Test::More tests => 11;
|
||||
use Test::More tests => 10;
|
||||
|
||||
use PerconaTest;
|
||||
use Sandbox;
|
||||
|
Reference in New Issue
Block a user