aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/case
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-14 16:45:17 +0900
committerOphestra <cat@gensokyo.uk>2025-09-14 16:45:17 +0900
commit1cdc6b4246ac82adb0c9ed7620d3f7225f1a3e7f (patch)
treec428d3123d5d272122338023d9e7d7067bdb693f /test/sandbox/case
parent56aad8dc112f45ec26df72bdbbd959c5e8db5bec (diff)
test/sandbox: create marker in /var/tmp
This prepares the test suite for private TMPDIR. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/case')
-rw-r--r--test/sandbox/case/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix
index 96a12a60..b6ce3a2a 100644
--- a/test/sandbox/case/default.nix
+++ b/test/sandbox/case/default.nix
@@ -58,7 +58,9 @@ let
packages = [ ];
path = "${testProgram}/bin/hakurei-test";
args = [
- "test"
+ "hakurei-test"
+ "-p"
+ "/var/tmp/.hakurei-check-ok.${toString identity}"
"-t"
(toString (builtins.toFile "hakurei-${tc.name}-want.json" (builtins.toJSON tc.want)))
"-s"