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