]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: switch to curl for qemu-xfstests
authorIlya Dryomov <idryomov@gmail.com>
Thu, 22 Dec 2022 15:32:44 +0000 (16:32 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 22 Dec 2022 15:35:08 +0000 (16:35 +0100)
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 <idryomov@gmail.com>
qa/run_xfstests_qemu.sh

index 4849a6c1ef57e88b99814a0e6cc865f14370a7be..651c754014ac83537f2232630da98ffc88411dee 100644 (file)
@@ -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