From 267eca2ac4215bf6d4eae532459fa33b773d40b2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 21:24:41 +1200 Subject: [PATCH] :-'Generic Commit' --- testing/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test.sh b/testing/test.sh index aed6ea7..c40b150 100755 --- a/testing/test.sh +++ b/testing/test.sh @@ -123,10 +123,10 @@ MD5SUM=$(md5sum "${TEST_FILE}" | awk '{print $1}') echo "md5sum of ${TEST_FILE} is ${MD5SUM}" # download the object -DOWNLOAD_FILE="_${TEST_FILE}.downloaded" +DOWNLOAD_FILE="${TEST_FILE}.downloaded" echo "downloading ${OBJECT_HASH} to ${DOWNLOAD_FILE}1" if ! curl -s "${HOSTURL}/${OBJECT_HASH}" -o "${DOWNLOAD_FILE}1"; then - die "failed to download ${HOSTURL}/${OBJECT_HASH} to ${DOWNLOAD_FILE}1" + die "Command failed: curl -s ${HOSTURL}/${OBJECT_HASH} -o ${DOWNLOAD_FILE}1" fi # download the object again via the label:tag