diff --git a/integration/deployment_test.sh b/integration/deployment_test.sh index 7a0e4d386..1af687e97 100755 --- a/integration/deployment_test.sh +++ b/integration/deployment_test.sh @@ -53,7 +53,7 @@ run_test() { # install something non-fpc # following the official fabric docs at https://hyperledger-fabric.readthedocs.io/en/release-2.5/deploy_chaincode.html - local tmp_dir=$(mktemp -d -t fabric-samples --tmpdir="${TMP_DIR}") + local tmp_dir=$(mktemp -d -t fabric-samples-XXXXXXXXXX --tmpdir="${TMP_DIR}") download_chaincode "${tmp_dir}" CC_PATH="${tmp_dir}/asset-transfer-basic/chaincode-go/" # jump to the basic chaincode sample and fetch deps