summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2019-08-14 03:48:26 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-08-14 09:43:29 +0200
commitf364a17dd165b398bd15470e93726bf6ca90be90 (patch)
tree38d1948bac8aace494e9ce59f93682d7135d7108 /test
parenthwdb: Fix airplane mode spam on HP Spectre x360 Convertible (diff)
downloadsystemd-f364a17dd165b398bd15470e93726bf6ca90be90.tar.xz
systemd-f364a17dd165b398bd15470e93726bf6ca90be90.zip
test: ppc64* qemu is qemu-system-ppc64
Diffstat (limited to 'test')
-rw-r--r--test/test-functions2
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