From 2419beccafde03285d4e61a978c7e610b576e007 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Thu, 23 Feb 2023 11:38:16 +0200 Subject: [PATCH] spurious directory change --- tests/nym-client-binary-check.sh | 2 -- tests/nym-gateway-binary-check.sh | 2 -- tests/nym-network-requester-binary-check.sh | 2 -- tests/nym-socks-5-binary-check.sh | 2 -- 4 files changed, 8 deletions(-) diff --git a/tests/nym-client-binary-check.sh b/tests/nym-client-binary-check.sh index 13974fe48e..af06f331b3 100755 --- a/tests/nym-client-binary-check.sh +++ b/tests/nym-client-binary-check.sh @@ -13,8 +13,6 @@ BINARY_NAME="nym-client" echo "the version number is ${VERSION_NUMBER} to be installed from github" -cd ${PWD}${RELEASE_DIRECTORY} - # install the current release binary # so this is dependant on running on a linux machine for the time being diff --git a/tests/nym-gateway-binary-check.sh b/tests/nym-gateway-binary-check.sh index 26e1585f41..dfb28084c3 100755 --- a/tests/nym-gateway-binary-check.sh +++ b/tests/nym-gateway-binary-check.sh @@ -15,8 +15,6 @@ BINARY_NAME="nym-gateway" echo "the version number is ${VERSION_NUMBER} to be installed from github" -cd ${PWD}${RELEASE_DIRECTORY} - # install the current release binary # so this is dependant on running on a linux machine for the time being diff --git a/tests/nym-network-requester-binary-check.sh b/tests/nym-network-requester-binary-check.sh index a96bfcfc9d..ade502d562 100755 --- a/tests/nym-network-requester-binary-check.sh +++ b/tests/nym-network-requester-binary-check.sh @@ -13,8 +13,6 @@ BINARY_NAME="nym-network-requester" echo "the version number is ${VERSION_NUMBER} to be installed from github" -cd ${PWD}${RELEASE_DIRECTORY} - # we have now the bundled the client into the network requester, more a less the same output as the client curl -L "https://github.com/nymtech/nym/releases/download/nym-binaries-${RELEASE_VERSION_NUMBER}/${BINARY_NAME}" -o $BINARY_NAME diff --git a/tests/nym-socks-5-binary-check.sh b/tests/nym-socks-5-binary-check.sh index a6903f3134..683bdd235a 100755 --- a/tests/nym-socks-5-binary-check.sh +++ b/tests/nym-socks-5-binary-check.sh @@ -14,8 +14,6 @@ BINARY_NAME="nym-socks5-client" echo "the version number is ${VERSION_NUMBER} to be installed from github" -cd ${PWD}${RELEASE_DIRECTORY} - # install the current release binary # so this is dependant on running on a linux machine for the time being