diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-19 23:41:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-20 00:16:35 +0900 |
| commit | cb618093d5a2156e6c5a03eaf8ca7d370bf33740 (patch) | |
| tree | 7bf8488b7dc0c81f75c6bd96f2da5b1dca9241c2 /hst/hst_test.go | |
| parent | b0b2471c0cd783c670ed7531d5512415259f551d (diff) | |
hst: optionally disable file placement
This works around stubborn package managers.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst_test.go')
| -rw-r--r-- | hst/hst_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go index c5e2cb12..83ea225e 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -244,6 +244,7 @@ func TestTemplate(t *testing.T) { "tty": true, "multiarch": true, "map_real_uid": true, + "noplace": true, "device": true, "cover_run": true, "share_runtime": true, |
