From: Ilya Dryomov Date: Thu, 22 Dec 2022 15:32:44 +0000 (+0100) Subject: qa: switch to curl for qemu-xfstests X-Git-Tag: v18.1.0~588^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=270bf4bd6c5c770c8de6f7cd07528c11edaf1516;p=ceph-ci.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 --- 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