PT-1554 Fixed 2 tests for MySQL 5.7

This commit is contained in:
Carlos Salguero
2018-05-30 09:09:42 -03:00
parent 1a4c471a46
commit b801dfa156
2 changed files with 2 additions and 2 deletions

View File

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