Remeve useless perl(Cwd) from setup tests
This commit is contained in:
parent
3e5b650384
commit
0c46ddc03d
@ -4,7 +4,6 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
use Test::More tests => 2;
|
||||
use Cwd qw(getcwd);
|
||||
|
||||
my $MYSQL_DIR = $ENV{'MYSQL_DIR'};
|
||||
my $MYSQL_UNIX_PORT = $ENV{'MYSQL_UNIX_PORT'};
|
||||
|
@ -5,8 +5,6 @@ use warnings;
|
||||
|
||||
use Test::More tests => 6;
|
||||
|
||||
use Cwd qw(getcwd);
|
||||
|
||||
# MySQL setup
|
||||
my $MYSQL_DIR = $ENV{'MYSQL_DIR'};
|
||||
my $MYSQL_UNIX_PORT = $ENV{'MYSQL_UNIX_PORT'};
|
||||
|
Loading…
Reference in New Issue
Block a user