aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/test.py
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-09-14 16:45:17 +0900
committerOphestra <cat@gensokyo.uk>2025-09-14 16:45:17 +0900
commit1cdc6b4246ac82adb0c9ed7620d3f7225f1a3e7f (patch)
treec428d3123d5d272122338023d9e7d7067bdb693f /test/sandbox/test.py
parent56aad8dc112f45ec26df72bdbbd959c5e8db5bec (diff)
test/sandbox: create marker in /var/tmp
This prepares the test suite for private TMPDIR. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/test.py')
-rw-r--r--test/sandbox/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/test.py b/test/sandbox/test.py
index 5997b890..b1b63398 100644
--- a/test/sandbox/test.py
+++ b/test/sandbox/test.py
@@ -60,7 +60,7 @@ check_offset = 0
def check_sandbox(name):
global check_offset
swaymsg(f"exec script /dev/null -E always -qec check-sandbox-{name}")
- machine.wait_for_file(f"/tmp/hakurei.0/tmpdir/{check_offset}/sandbox-ok", timeout=15)
+ machine.wait_for_file(f"/var/tmp/.hakurei-check-ok.{check_offset}", timeout=15)
check_filter(check_offset, name, "hakurei-test")
check_offset += 1