automation: fix qemu-alpine-arm64.sh
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 22 Jan 2021 23:53:37 +0000 (15:53 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Sat, 23 Jan 2021 00:30:32 +0000 (16:30 -0800)
Remove copy/paste error introduced by f58976544ff4 ("automation: use
test-artifacts/qemu-system-aarch64 instead of Debian's")

Fixes: f58976544ff4 ("automation: use test-artifacts/qemu-system-aarch64 instead of Debian's")
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/scripts/qemu-alpine-arm64.sh

index e2240f9ab4226af3ce46e1c0ce2822c0a4c914f8..f4ac2d856fa0fe267864a6ac638eaa3bc9bfc5a1 100755 (executable)
@@ -69,7 +69,7 @@ find . |cpio -H newc -o|gzip > ../xen-rootfs.cpio.gz
 cd ../..
 
 # XXX QEMU looks for "efi-virtio.rom" even if it is unneeded
-curl -fsSLO curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
+curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
 ./binaries/qemu-system-aarch64 \
    -machine virtualization=true \
    -cpu cortex-a57 -machine type=virt \