]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: switch to curl for qemu-xfstests 49543/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:57:44 +0000 (10:57 +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 157f58aa2d503e1f8f71ab702a72a7c91ad19dd8..4e7929b30a4c73fd8549586aa0ef93eca0efe1c1 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