mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
This commit is contained in:
9
t/pt-mysql-summary/pt-mysql-summary.t
Normal file
9
t/pt-mysql-summary/pt-mysql-summary.t
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
use English qw(-no_match_vars);
|
||||
use Test::More;
|
||||
|
||||
|
||||
print `ls *`;
|
||||
Reference in New Issue
Block a user