From: Ilya Dryomov Date: Thu, 22 Dec 2022 15:32:44 +0000 (+0100) Subject: qa: switch to curl for qemu-xfstests X-Git-Tag: v17.2.6~256^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06a5fec562868e5fda5c5436b91a4baf4ef7c2b9;p=ceph.git qa: switch to curl for qemu-xfstests This is a follow-up for commit 631899ffeb84 ("qa: switch back to git protocol for qemu-xfstests"), needed for the same "ancient execution environment" reason. Signed-off-by: Ilya Dryomov (cherry picked from commit 270bf4bd6c5c770c8de6f7cd07528c11edaf1516) --- diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 4849a6c1ef5..651c754014a 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -12,7 +12,7 @@ SCRIPT="run_xfstests-obsolete.sh" cd "${TESTDIR}" -wget -O "${SCRIPT}" "${URL_BASE}/${SCRIPT}" +curl -O "${URL_BASE}/${SCRIPT}" # mark executable only if the file isn't empty since ./"${SCRIPT}" # on an empty file would succeed if [[ -s "${SCRIPT}" ]]; then