tests: replace remaining non-ASCII bytes with hex markup

Also drop from `binarycheck`.

Closes #16837
This commit is contained in:
Viktor Szakats 2025-03-26 17:27:42 +01:00
parent 795425f765
commit 0c20e9bf1a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 2 additions and 8 deletions

View file

@ -96,7 +96,7 @@ if(scalar(@files) < 3000) {
knownbins();
if(scalar(keys %known) < 10) {
if(scalar(keys %known) < 4) {
print STDERR "too few known binaries in $sumsfile\n";
exit 2;
}