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/test.py | |
| 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/test.py')
| -rw-r--r-- | test/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py index a9f32057..d4ad51cb 100644 --- a/test/test.py +++ b/test/test.py @@ -112,6 +112,7 @@ def check_sandbox(name): check_sandbox("preset") +check_sandbox("tty") def aid(offset): return 1+check_offset+offset |
