diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-09-14 16:45:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-09-14 16:45:17 +0900 |
| commit | 1cdc6b4246ac82adb0c9ed7620d3f7225f1a3e7f (patch) | |
| tree | c428d3123d5d272122338023d9e7d7067bdb693f /test/sandbox/case | |
| parent | 56aad8dc112f45ec26df72bdbbd959c5e8db5bec (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.nix | 4 |
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" |
