From: Eneas U de Queiroz Date: Fri, 14 Nov 2025 11:52:10 +0000 (-0300) Subject: gost_engine: fix and improve CI test X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=36deed27b6849b83c9f85e208fc34a1a5c800404;p=feed%2Fpackages.git gost_engine: fix and improve CI test The test script was still using opkg to install openssl-util. Use apk instead, and move it to pre-test.sh so that openssl installation will not depend on the order that the packages are tested. Signed-off-by: Eneas U de Queiroz --- diff --git a/libs/gost_engine/pre-test.sh b/libs/gost_engine/pre-test.sh new file mode 100644 index 0000000000..d24fd6c9ae --- /dev/null +++ b/libs/gost_engine/pre-test.sh @@ -0,0 +1,2 @@ +#!/bin/sh +apk add openssl-util diff --git a/libs/gost_engine/test.sh b/libs/gost_engine/test.sh index b2cef4b33f..52480c5409 100644 --- a/libs/gost_engine/test.sh +++ b/libs/gost_engine/test.sh @@ -50,7 +50,6 @@ run_cipher_test() { case "$1" in libopenssl-gost_engine) - opkg install openssl-util run_md_test \ md_gost12_256 \ 012345678901234567890123456789012345678901234567890123456789012 \