mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-19 01:00:34 +08:00
PT-1554 Fixed 2 tests for MySQL 5.7
This commit is contained in:
@@ -91,7 +91,7 @@ like(
|
||||
);
|
||||
|
||||
|
||||
my $db_dir="$new_dir";
|
||||
my $db_dir="$new_dir/test";
|
||||
opendir(my $dh, $db_dir) || die "Can't opendir $db_dir: $!";
|
||||
my @files = grep { /^t3#P#p/ } readdir($dh);
|
||||
closedir $dh;
|
||||
|
||||
Reference in New Issue
Block a user