mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
mtr bug: files outside of both the suite dir and the overlay dir, were
treated as coming from the overlay.
This commit is contained in:
@ -968,6 +968,8 @@ sub get_tags_from_file($$) {
|
||||
} elsif ($over and $file =~ m@^$pdir/(.*)$@) {
|
||||
$suffix = $1;
|
||||
@prefix = map { "$_/" } $sdir, $pdir;
|
||||
} else {
|
||||
$over = 0; # file neither in $sdir nor in $pdir
|
||||
}
|
||||
|
||||
while (my $line= <$F>)
|
||||
|
Reference in New Issue
Block a user