aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/test/test_bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/test/test_bindings.c')
-rw-r--r--tools/libxen/test/test_bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c
index 96ac6ef12f..68f7985f9d 100644
--- a/tools/libxen/test/test_bindings.c
+++ b/tools/libxen/test/test_bindings.c
@@ -400,7 +400,7 @@ static xen_vm create_new_vm(xen_session *session, bool hvm)
.vcpus_at_startup = 2,
.actions_after_shutdown = XEN_ON_NORMAL_EXIT_DESTROY,
.actions_after_reboot = XEN_ON_NORMAL_EXIT_RESTART,
- .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_PRESERVE,
+ .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_RESTART,
.hvm_boot_policy = hvm ? "BIOS order" : NULL,
.hvm_boot_params = hvm ? hvm_boot_params : NULL,
.pv_bootloader = hvm ? NULL : "pygrub",