From 61d86c5e10e72a806d54151f602deee6247ef6cc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 24 Mar 2025 16:23:06 +0900 Subject: test/sandbox: fix stdout tty check Signed-off-by: Ophestra --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index 8d82545f..b3f8e9ed 100644 --- a/test/test.py +++ b/test/test.py @@ -107,7 +107,7 @@ check_offset = 0 def check_sandbox(name): global check_offset check_offset += 1 - swaymsg(f"exec check-sandbox-{name}") + swaymsg(f"exec script /dev/null -E always -qec check-sandbox-{name}") machine.wait_for_file(f"/tmp/fortify.1000/tmpdir/{check_offset}/sandbox-ok", timeout=15) -- cgit v1.3.1