mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-05 01:05:45 +08:00
Fix test plan.
This commit is contained in:
@@ -9,10 +9,9 @@ BEGIN {
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
use Test::More tests => 44;
|
||||
use Test::More;
|
||||
|
||||
use PerconaTest;
|
||||
|
||||
require "$trunk/bin/pt-query-digest";
|
||||
|
||||
# #############################################################################
|
||||
@@ -448,4 +447,4 @@ ok(
|
||||
# #############################################################################
|
||||
# Done.
|
||||
# #############################################################################
|
||||
exit;
|
||||
done_testing;
|
||||
|
||||
Reference in New Issue
Block a user