Skip to content

Commit 334372e

Browse files
committed
fixup: connectivity tests
1 parent 460b1ed commit 334372e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/connectivity-tests/test/localhost.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function try_connect_ipv4only_dualstackhostname() {
4747
# Use a second docker container to be able to modify /etc/hosts easily
4848
cat <<EOF | docker run -i --rm --network host -v /:/host "${DOCKER_BASE_IMG}" bash && FAILED=no || FAILED=yes
4949
export PATH=/host$(echo "$PATH" | sed 's~:~:/host~g'):\$PATH
50+
if [ -e /host/opt/devtools/lib ]; then cp -v /host/opt/devtools/lib/lib{crypto,ssl}* /lib/x86_64-linux-gnu ; fi # Node.js on the host may require modern OpenSSL
5051
apt update && apt -y install openssl # necessary on Ubuntu 20.04
5152
5253
set -e

0 commit comments

Comments
 (0)