From 06a5fec562868e5fda5c5436b91a4baf4ef7c2b9 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 22 Dec 2022 16:32:44 +0100 Subject: [PATCH] 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) --- qa/run_xfstests_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 4849a6c1ef57e..651c754014ac8 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 -- 2.39.5