mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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 <cotequeiroz@gmail.com>
This commit is contained in:
2
libs/gost_engine/pre-test.sh
Normal file
2
libs/gost_engine/pre-test.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
apk add openssl-util
|
||||
@@ -50,7 +50,6 @@ run_cipher_test() {
|
||||
|
||||
case "$1" in
|
||||
libopenssl-gost_engine)
|
||||
opkg install openssl-util
|
||||
run_md_test \
|
||||
md_gost12_256 \
|
||||
012345678901234567890123456789012345678901234567890123456789012 \
|
||||
|
||||
Reference in New Issue
Block a user