Print 'qemu' fact when running in qemu environment on POWER 9 (RHBZ#1455676).
[virt-what.git] / tests / test-ppc64-kvm.sh
index c691c96..3a90429 100755 (executable)
@@ -18,7 +18,8 @@
 root=tests/ppc64-kvm
 
 output="$(./virt-what --test-root=$root 2>&1)"
-expected="ibm_power-kvm"
+expected="qemu
+ibm_power-kvm"
 
 if [ "$output" != "$expected" ]; then
     echo "$0: test failed because output did not match expected"