]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: replace remaining non-ASCII bytes with hex markup
authorViktor Szakats <commit@vsz.me>
Wed, 26 Mar 2025 16:27:42 +0000 (17:27 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 26 Mar 2025 22:38:41 +0000 (23:38 +0100)
Also drop from `binarycheck`.

Closes #16837

.github/scripts/binarycheck.pl
.github/scripts/binarycheck.sums
tests/data/test1531
tests/data/test1938
tests/data/test35
tests/data/test463
tests/data/test467
tests/data/test545

index 25df8ddbc3380bfaeff1ceaf0a1d2970910bc65b..d3a9e7c41796c1b9a9490b8282197302de1eb56a 100755 (executable)
@@ -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;
 }
index 3a2b0912579d5717f12107597f2b921e94a0b37b..58585d115ec553becdc1b44be0849eee041ab19a 100644 (file)
@@ -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
index 00801bb9755e4b8ebd19a270a2b2c2e7ffd4229a..f80056ab06d4e27b7c0d8fd47e7eff3efe53b79f 100644 (file)
Binary files a/tests/data/test1531 and b/tests/data/test1531 differ
index ed24261b2631caf26af1dca597dfa73cf205c639..9bea107352909b37c6355cbd1232b167298441ff 100644 (file)
Binary files a/tests/data/test1938 and b/tests/data/test1938 differ
index a098769aab762554b774a1b54a20fd782c104578..8abf22a301c2ebac02f5e8088827c1322e778074 100644 (file)
Binary files a/tests/data/test35 and b/tests/data/test35 differ
index 27ecd4ba58007689a5763aae023118a92104024b..1953e0d9cba4bdb35b2d3a54010966816d4ba3bd 100644 (file)
Binary files a/tests/data/test463 and b/tests/data/test463 differ
index 4184ac062ca58dab58ea681fe90b37f2b7ae8517..45a6d6e849192ad9b23b31b7159b56a6beb2d3db 100644 (file)
@@ -17,7 +17,7 @@ use a bad short option letter that does not exist (after one does exist)
 
 # the second option is outside the normal accepted range
 <command>
-curl -v\b http://example.com
+%hex[curl -v%08 http://example.com]hex%
 </command>
 </client>
 
index 3827cb9de419b087cfb1af9dc202d44bcf5da41f..1401ebc5eafefe843b5b645e771c17ee3157dcca 100644 (file)
Binary files a/tests/data/test545 and b/tests/data/test545 differ