diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-09-14 15:12:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-09-14 15:12:51 +0900 |
| commit | 83c4f8b767c31734a7e465e49ee0e23487ac22ca (patch) | |
| tree | e00012559d901442b3942aa569057940a1370dfa /test/sandbox/case/pdlike.nix | |
| parent | d0ddd7193407af4162312469f19bd02af4d4bce1 (diff) | |
test/sandbox: check extra writable paths
This is not always obvious from mountinfo.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/case/pdlike.nix')
| -rw-r--r-- | test/sandbox/case/pdlike.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/case/pdlike.nix b/test/sandbox/case/pdlike.nix index 9233a117..b34c2b81 100644 --- a/test/sandbox/case/pdlike.nix +++ b/test/sandbox/case/pdlike.nix @@ -71,7 +71,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; |
