Remeve useless perl(Cwd) from setup tests

This commit is contained in:
Jitka Plesnikova 2019-07-10 16:37:54 +02:00
parent 3e5b650384
commit 0c46ddc03d
2 changed files with 0 additions and 3 deletions

View File

@ -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'};

View File

@ -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'};