summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/upstart-jobs/halt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/upstart-jobs/halt.nix b/test/upstart-jobs/halt.nix
index 71e9ae1b536..23b863e803d 100644
--- a/test/upstart-jobs/halt.nix
+++ b/test/upstart-jobs/halt.nix
@@ -28,7 +28,7 @@ script
     sync || true
 
     # Right now all events above power off the system.
-    exec halt -f
+    exec halt -f -p
 end script
   ";