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