Ports/OpenSSL: Remove test statement

This commit is contained in:
Jelle Raaijmakers 2021-06-11 01:13:05 +02:00 committed by Andreas Kling
parent 8cc8c64ef5
commit b6c1f0af5d

View file

@ -14,6 +14,5 @@ depends="zlib"
configopts="--prefix=${SERENITY_INSTALL_ROOT}/usr/local -DOPENSSL_SYS_SERENITY=1 --openssldir=${SERENITY_INSTALL_ROOT}/usr/local/ssl linux-elf zlib no-tests no-threads no-asm"
configure() {
run rm -rf ./test/
run ./"$configscript" $configopts
}