diff options
Diffstat (limited to 'test/sandbox/case/default.nix')
| -rw-r--r-- | test/sandbox/case/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index 0377246c..3a8c4ec1 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -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; } |
