test/sandbox: check mapuid outcome

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-23 17:40:02 +09:00
parent b71d2bf534
commit 806ce18c0a
6 changed files with 232 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ let
{
name = "check-sandbox-${tc.name}";
verbose = true;
inherit (tc) tty;
inherit (tc) tty mapRealUid;
share = foot;
packages = [ ];
command = "${checkSandbox tc.name tc.want} > /dev/console";
@@ -55,4 +55,5 @@ in
{
preset = callTestCase ./preset.nix;
tty = callTestCase ./tty.nix;
mapuid = callTestCase ./mapuid.nix;
}