Skip to content

Commit

Permalink
dev-lua/lua-openssl: disable TestCRL test
Browse files Browse the repository at this point in the history
Reported to upstream:
zhaozg/lua-openssl#231

Bug: https://bugs.gentoo.org/783423
Closes: https://bugs.gentoo.org/784851
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Apr 21, 2021
1 parent 22394d5 commit c58a9ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ src_prepare() {
# Allow override of LUA* variables
sed -e '/LUA /s/:=/?=/g' -e '/LUA_VERSION/s/:=/?=/g' -i Makefile || die

# Disable TestCMS test suite, as it fails
# Disable TestCMS and TestCRL test suite, as it fails
# See: https://github.com/zhaozg/lua-openssl/issues/230
sed -e '/6.cms.lua/d' -i test/test.lua || die
# See: https://github.com/zhaozg/lua-openssl/issues/231
sed -e '/6.cms.lua/d' -e '/5.x509_crl.lua/d' -i test/test.lua || die

# Prepare needed dependencies (source code files only)
rm -r deps/{auxiliar,lua-compat} || die
Expand Down

0 comments on commit c58a9ed

Please sign in to comment.