aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/interactive/hakurei.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/interactive/hakurei.nix')
-rw-r--r--test/interactive/hakurei.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interactive/hakurei.nix b/test/interactive/hakurei.nix
index 96f014ce..eb24c7e7 100644
--- a/test/interactive/hakurei.nix
+++ b/test/interactive/hakurei.nix
@@ -37,7 +37,7 @@
path = "/bin/sh";
args = [
"-lc"
- "sleep 1 && false"
+ "sleep 1 && exec false"
];
}
];