diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-21 12:29:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-21 12:56:11 +0900 |
| commit | 632b18addd56227682ab4e29d97dcaf5d9642454 (patch) | |
| tree | d00423925c0ce87884a5e70fff1f2da3263f04d0 /test/sandbox/fs.nix | |
| parent | a57a7a6a164a6a7a55a728c328dce4137885a91c (diff) | |
test/sandbox: rename misleading bind destination
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/fs.nix')
| -rw-r--r-- | test/sandbox/fs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/fs.nix b/test/sandbox/fs.nix index 8f2ea50f..9714a82b 100644 --- a/test/sandbox/fs.nix +++ b/test/sandbox/fs.nix @@ -23,7 +23,7 @@ let fortify = fs "16d" null null; init0 = fs "80001ff" null null; } null; - host-mounts = fs "124" null null; + mounts = fs "124" null null; } null; bin = fs "800001ed" { sh = fs "80001ff" null null; } null; dev = fs "800001ed" { |
