]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: switch to curl for qemu-xfstests 49544/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 22 Dec 2022 15:32:44 +0000 (16:32 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 23 Dec 2022 09:59:02 +0000 (10:59 +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>
(cherry picked from commit 270bf4bd6c5c770c8de6f7cd07528c11edaf1516)

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