diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-26 00:50:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-26 00:50:23 +0900 |
| commit | 878b66022e7573ca89fd1fbc266133c7776a98dd (patch) | |
| tree | 006ff7de65f9ab291186088d7eb3c9e9745b1a43 /hst/hst_test.go | |
| parent | 2e0a4795f6a0016832d8fc51884abce4d01a8a58 (diff) | |
hst/fsbind: optional ensure source
This exposes the BindEnsure flag of BindMountOp.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst_test.go')
| -rw-r--r-- | hst/hst_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go index fec189a9..b36e8d2c 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -150,7 +150,8 @@ func TestTemplate(t *testing.T) { "type": "bind", "dst": "/data/data/org.chromium.Chromium", "src": "/var/lib/hakurei/u0/org.chromium.Chromium", - "write": true + "write": true, + "ensure": true }, { "type": "bind", |
