]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: ppc64* qemu is qemu-system-ppc64
authorDaniel Black <daniel@linux.ibm.com>
Wed, 14 Aug 2019 01:48:26 +0000 (11:48 +1000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 14 Aug 2019 07:43:29 +0000 (07:43 +0000)
test/test-functions

index 58685526c28efa607cf40cf3913199b6acd5c890..47a4fa81116181008a7f15b714e84525a5f9b4f2 100644 (file)
@@ -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