Update the previous commit to use <system>-<virt> standard for facts.
[virt-what.git] / tests / test-ppc64-kvm.sh
index ea844e1..c691c96 100755 (executable)
@@ -18,7 +18,7 @@
 root=tests/ppc64-kvm
 
 output="$(./virt-what --test-root=$root 2>&1)"
-expected="ibm_ppc64_kvm"
+expected="ibm_power-kvm"
 
 if [ "$output" != "$expected" ]; then
     echo "$0: test failed because output did not match expected"