test/sandbox: invoke check program directly

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-27 03:09:16 +09:00
parent 300571af47
commit 996b42634d
5 changed files with 18 additions and 19 deletions

View File

@@ -6,7 +6,12 @@
}:
let
testCases = import ./sandbox/case {
inherit (pkgs) lib callPackage foot;
inherit (pkgs)
lib
callPackage
writeText
foot
;
inherit (config.environment.fortify.package) version;
};
in