aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlib.c b/tests/testlib.c
index 12c5e771..f82990f9 100644
--- a/tests/testlib.c
+++ b/tests/testlib.c
@@ -62,7 +62,7 @@ mach_port_t device_priv(void)
void halt()
{
- int ret = host_reboot(host_priv_port, RB_HALT);
+ int ret = host_reboot(host_priv_port, 0);
ASSERT_RET(ret, "host_reboot() failed!");
while (1)
;