aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2025-05-04 20:46:51 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2025-05-04 20:50:49 +0900
commitdbce13a80f82840d79b65dee5fe6d2ce7608e97f (patch)
tree038d6124a81554ce7ad75bd2d642c371103f86bf /update.sh
parenta2dfbc3d84444673db6fd5fed04d72480b0b8d61 (diff)
downloadportable-dbce13a80f82840d79b65dee5fe6d2ce7608e97f.tar.gz
portable-dbce13a80f82840d79b65dee5fe6d2ce7608e97f.tar.bz2
portable-dbce13a80f82840d79b65dee5fe6d2ce7608e97f.zip
rewrite pq_test to perform internal checks
This change prepares for the patch at https://marc.info/?l=openbsd-tech&m=174634767904894&w=2 by removing the need for pq_expected.txt, pq_test.sh, and pq_test.bat. The test now performs internal output and priority verification in code, simplifying the test infrastructure across platforms. Update CMakeLists.txt and Makefile.am accordingly.
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 9636ee7..eec551c 100755
--- a/update.sh
+++ b/update.sh
@@ -376,7 +376,6 @@ done
376$CP $libssl_regress/unit/tests.h tests 376$CP $libssl_regress/unit/tests.h tests
377$CP $libssl_regress/certs/*.pem tests 377$CP $libssl_regress/certs/*.pem tests
378$CP $libssl_regress/certs/*.crl tests 378$CP $libssl_regress/certs/*.crl tests
379$CP $libssl_regress/pqueue/expected.txt tests/pq_expected.txt
380 379
381# copy libtls tests 380# copy libtls tests
382for i in `find $libtls_regress -name '*.c'`; do 381for i in `find $libtls_regress -name '*.c'`; do