On Thu, 5 Jun 2025, 18:49 Gabor Kiss, <[email protected]> wrote: > > > for f in * > do > echo $f================ > while read line > do > grep -E "$line" /dev/null 2>&1 > [[ "$?" = 2 ]] && echo $line > done < $f > done >
IMHO it would be useful to examine the reported lines. > some of these have been removed for trixie, but i think not all -- in practice grep seems not always give the warning, even though every reported line is matched against every regexp (?) so i suppose.we can live with it for trixie? (most have been unchanged for years). not for trixie, but we should do this check as part of the autopkgtest

