diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-24 16:23:06 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-24 16:23:50 +0900 |
| commit | 61d86c5e10e72a806d54151f602deee6247ef6cc (patch) | |
| tree | 5127d5997aa9cbee5e54dc876d22fe1b52e86919 /test/test.py | |
| parent | d097eaa28f3328c038e1b7003899f26dc0f12a4d (diff) | |
test/sandbox: fix stdout tty check
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
