From b71d2bf534a3158ca1b40522141ba7ec81dbc5d4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 23 Mar 2025 17:28:57 +0900 Subject: test/sandbox: check tty outcome This makes no difference currently but has different behaviour in the native sandbox. Signed-off-by: Ophestra --- test/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.py') 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 -- cgit v1.3.1