test/sandbox: check device outcome

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-04-11 19:55:16 +09:00
parent 2f4f21fb18
commit 807d511c8b
7 changed files with 214 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ let
{
name = "check-sandbox-${tc.name}";
verbose = true;
inherit (tc) tty mapRealUid;
inherit (tc) tty device mapRealUid;
share = testProgram;
packages = [ ];
path = "${testProgram}/bin/fortify-test";
@@ -51,4 +51,5 @@ in
preset = callTestCase ./preset.nix;
tty = callTestCase ./tty.nix;
mapuid = callTestCase ./mapuid.nix;
device = callTestCase ./device.nix;
}