From 83c4f8b767c31734a7e465e49ee0e23487ac22ca Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 14 Sep 2025 15:12:09 +0900 Subject: test/sandbox: check extra writable paths This is not always obvious from mountinfo. Signed-off-by: Ophestra --- test/sandbox/case/tty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sandbox/case/tty.nix') diff --git a/test/sandbox/case/tty.nix b/test/sandbox/case/tty.nix index 93b057c8..5ee7f643 100644 --- a/test/sandbox/case/tty.nix +++ b/test/sandbox/case/tty.nix @@ -75,7 +75,7 @@ in ptmx = fs "80001ff" null null; pts = fs "800001ed" { ptmx = fs "42001b6" null null; } null; random = fs "42001b6" null null; - shm = fs "801001ff" { ".hakurei-check" = fs "180" null null; } null; + shm = fs "801001ff" { } null; stderr = fs "80001ff" null null; stdin = fs "80001ff" null null; stdout = fs "80001ff" null null; -- cgit v1.3.1