diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-23 17:28:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-23 17:28:57 +0900 |
| commit | b71d2bf534a3158ca1b40522141ba7ec81dbc5d4 (patch) | |
| tree | 3b0a68eaa6957c70c88c3fcbd82de5d14f2d746e /test/sandbox/case/preset.nix | |
| parent | 46059b1840fe08a887944f7f6bd085f83defe66e (diff) | |
test/sandbox: check tty outcome
This makes no difference currently but has different behaviour in the native sandbox.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/case/preset.nix')
| -rw-r--r-- | test/sandbox/case/preset.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sandbox/case/preset.nix b/test/sandbox/case/preset.nix index a59f957a..2ca3896f 100644 --- a/test/sandbox/case/preset.nix +++ b/test/sandbox/case/preset.nix @@ -1,6 +1,7 @@ { fs, ent }: { name = "preset"; + tty = false; want = { fs = fs "dead" { @@ -14,6 +15,7 @@ } null; bin = fs "800001ed" { sh = fs "80001ff" null null; } null; dev = fs "800001ed" { + console = fs "1a4" null null; core = fs "80001ff" null null; dri = fs "800001ed" { by-path = fs "800001ed" { |
