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:
parent
a73972bfea
commit
38e2340a8e
@ -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>)
|
||||
|
Loading…
x
Reference in New Issue
Block a user