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