Skip to content

Commit

Permalink
Revert "fix(ssl): add an openssl is linked / loadable by lua test (#545
Browse files Browse the repository at this point in the history
…)"

This reverts commit 0df1c41.
  • Loading branch information
hutchic committed Nov 8, 2022
1 parent 21ff8a1 commit e0e5f5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tests/01-package/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ fi
# kong binaries

if [ "$SSL_PROVIDER" = "openssl" ]; then
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /usr/local/openresty/bin/resty -e 'require("ssl")'
docker run ${USE_TTY} --user=root --rm ${KONG_TEST_IMAGE_NAME} /bin/sh -c "/usr/local/kong/bin/openssl version | grep -q ${RESTY_OPENSSL_VERSION}"
fi

Expand Down

0 comments on commit e0e5f5e

Please sign in to comment.