Files
percona-toolkit/t/pt-mysql-summary/pt-mysql-summary.t
Daniel Nichter a9e002cc5a Add Aspersa tools, their tests, and util/test-bash-tool.
Update and simplify copyright notices.
2011-07-01 10:29:50 -06:00

10 lines
126 B
Perl

#!/usr/bin/env perl
use strict;
use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More;
print `ls *`;