diff options
author | Daniel Black <daniel@linux.ibm.com> | 2019-08-14 03:48:26 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2019-08-14 09:43:29 +0200 |
commit | f364a17dd165b398bd15470e93726bf6ca90be90 (patch) | |
tree | 38d1948bac8aace494e9ce59f93682d7135d7108 /test | |
parent | hwdb: Fix airplane mode spam on HP Spectre x360 Convertible (diff) | |
download | systemd-f364a17dd165b398bd15470e93726bf6ca90be90.tar.xz systemd-f364a17dd165b398bd15470e93726bf6ca90be90.zip |
test: ppc64* qemu is qemu-system-ppc64
Diffstat (limited to 'test')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index 58685526c2..47a4fa8111 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 |