mirror of
https://github.com/curl/curl.git
synced 2026-04-27 22:12:11 +03:00
tests: replace remaining non-ASCII bytes with hex markup
Also drop from `binarycheck`. Closes #16837
This commit is contained in:
parent
795425f765
commit
0c20e9bf1a
8 changed files with 2 additions and 8 deletions
2
.github/scripts/binarycheck.pl
vendored
2
.github/scripts/binarycheck.pl
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue