mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:17:30 +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;
|
||||
}
|
||||
|
|
|
|||
6
.github/scripts/binarycheck.sums
vendored
6
.github/scripts/binarycheck.sums
vendored
|
|
@ -5,9 +5,3 @@ c68161dba1c0166e4ab8d8ce00f57326db25d29fdd52c33d9974d0972ec60990 ./tests/certs/
|
|||
47233a0092db614f53e96a4df83ddeaa7e5242899ede1c1a90c53423a0b13bba ./tests/certs/test-localhost.nn.pub.der
|
||||
63898448aa199675a30fb6722046a665a7c1a5c24453e63d8c37397482a7dc52 ./tests/certs/test-localhost.pub.der
|
||||
f78c61bb06a71d1bf9b034ecfcb7fe35ae85b6a3b87bf3a73c085dc062747dc1 ./tests/certs/test-localhost0h.pub.der
|
||||
d640923e45809a3fe277e0af90459d82d32603aacc7b8db88754fcb335bf98df ./tests/data/test1531
|
||||
6f51bc318104fb5fe4b6013fc4e8e1c3c8dec1819202e8ea025bdbc4bbc8c02d ./tests/data/test1938
|
||||
2d073a52984bab1f196d80464ea8ab6dafd887bd5fee9ed58603f8510df0c6a5 ./tests/data/test35
|
||||
4cc9fd6f31d0bb4dcb38e1565796e7ec5e48ea5ac9d3c1101de576be618786ba ./tests/data/test463
|
||||
d655a29dcf2423b420b508c9e381b0fad0b88feb74caa8978725e22c9f7c374d ./tests/data/test467
|
||||
8644ccf85e552755bf65faf2991d84f19523919379ec2cf195841a4cabe1507b ./tests/data/test545
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue