Add detection of Red Hat's hypervisor
[virt-what.git] / tests / rhev / test.sh
index 7d9c22f..9ba9315 100755 (executable)
@@ -17,6 +17,7 @@
 
 output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)"
 expected="rhev
+redhat
 kvm"
 
 if [ "$output" != "$expected" ]; then