From: Daniel Black Date: Wed, 14 Aug 2019 01:48:26 +0000 (+1000) Subject: test: ppc64* qemu is qemu-system-ppc64 X-Git-Tag: v243-rc2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f364a17dd165b398bd15470e93726bf6ca90be90;p=thirdparty%2Fsystemd.git test: ppc64* qemu is qemu-system-ppc64 --- diff --git a/test/test-functions b/test/test-functions index 58685526c28..47a4fa81116 100644 --- a/test/test-functions +++ b/test/test-functions @@ -102,7 +102,7 @@ function find_qemu_bin() { [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu 2>/dev/null | grep '^/' -m1) ;; ppc64*) - [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-$ARCH 2>/dev/null | grep '^/' -m1) + [ "$QEMU_BIN" ] || QEMU_BIN=$(which -a qemu-system-ppc64 2>/dev/null | grep '^/' -m1) ;; esac