From f30604db28a65c4a2f8d08888df5d2d84a2e3d23 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 23 Jan 2020 23:18:45 +0200 Subject: [PATCH] cp -l is not portable enough (not working on macOS) --- tests/simulation/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simulation/start.sh b/tests/simulation/start.sh index 6c1ce8712..40a5e0bae 100755 --- a/tests/simulation/start.sh +++ b/tests/simulation/start.sh @@ -42,7 +42,7 @@ if [[ "$BOOTSTRAP_NODE_NETWORK_TYPE" != "$NETWORK_TYPE" ]]; then --nimcache:nimcache/bootstrap_node \ -d:"NETWORK_TYPE=$BOOTSTRAP_NODE_NETWORK_TYPE" else - cp -l $BEACON_NODE_BIN $BOOTSTRAP_NODE_BIN + cp $BEACON_NODE_BIN $BOOTSTRAP_NODE_BIN fi if [ ! -f "${LAST_VALIDATOR}" ]; then