aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/save/03_save_bogusfile_neg.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xm-test/tests/save/03_save_bogusfile_neg.py')
-rw-r--r--tools/xm-test/tests/save/03_save_bogusfile_neg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/tests/save/03_save_bogusfile_neg.py b/tools/xm-test/tests/save/03_save_bogusfile_neg.py
index 0115ee5f3b..2612f74b1b 100644
--- a/tools/xm-test/tests/save/03_save_bogusfile_neg.py
+++ b/tools/xm-test/tests/save/03_save_bogusfile_neg.py
@@ -10,8 +10,8 @@ import time
from XmTestLib import *
-if ENABLE_VMX_SUPPORT:
- SKIP("Save currently not supported for VMX domains")
+if ENABLE_HVM_SUPPORT:
+ SKIP("Save currently not supported for HVM domains")
domain = XmTestDomain()