diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-27 03:09:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-27 03:11:50 +0900 |
| commit | 996b42634dba83a488d0ac67eac954c0b5582c71 (patch) | |
| tree | 04eb4b05bc6929b1cffb39b5aac345a5423efb86 /test/sandbox/default.nix | |
| parent | 300571af4777c8322bc0c7fafdf18a5879c237e6 (diff) | |
test/sandbox: invoke check program directly
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/default.nix')
| -rw-r--r-- | test/sandbox/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/sandbox/default.nix b/test/sandbox/default.nix deleted file mode 100644 index 9014ebba..00000000 --- a/test/sandbox/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - writeShellScript, - writeText, - callPackage, - - version, -}: -name: want: -writeShellScript "fortify-${name}-check-sandbox-script" '' - set -e - ${callPackage ./assert.nix { inherit version; }}/bin/test \ - ${writeText "fortify-${name}-want.json" (builtins.toJSON want)} - touch /tmp/sandbox-ok -'' |
