From 1cdc6b4246ac82adb0c9ed7620d3f7225f1a3e7f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 14 Sep 2025 16:45:17 +0900 Subject: test/sandbox: create marker in /var/tmp This prepares the test suite for private TMPDIR. Signed-off-by: Ophestra --- test/sandbox/case/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/sandbox/case') 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" -- cgit v1.3.1