summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-rhel5-xen-domU-hvm-ia64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-rhel5-xen-domU-hvm-ia64.sh b/tests/test-rhel5-xen-domU-hvm-ia64.sh
index 3250652..5f29c1b 100755
--- a/tests/test-rhel5-xen-domU-hvm-ia64.sh
+++ b/tests/test-rhel5-xen-domU-hvm-ia64.sh
@@ -19,7 +19,7 @@ root=tests/rhel5-xen-domU-hvm-ia64
output="$(./virt-what --test-root=$root 2>&1)"
expected="xen
-xen-domU"
+xen-hvm"
if [ "$output" != "$expected" ]; then
echo "$0: test failed because output did not match expected"