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 /internal/outcome/shim_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 'internal/outcome/shim_test.go')
| -rw-r--r-- | internal/outcome/shim_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/outcome/shim_test.go b/internal/outcome/shim_test.go index 2dc7a4cd..5d7dab76 100644 --- a/internal/outcome/shim_test.go +++ b/internal/outcome/shim_test.go @@ -78,10 +78,6 @@ func TestShimEntrypoint(t *testing.T) { // spTmpdirOp Bind(m("/tmp/hakurei.10/tmpdir/9999"), fhs.AbsTmp, std.BindWritable). - // spAccountOp - Place(m("/etc/passwd"), []byte("chronos:x:1000:100:Hakurei:/data/data/org.chromium.Chromium:/run/current-system/sw/bin/zsh\n")). - Place(m("/etc/group"), []byte("hakurei:x:100:\n")). - // spWaylandOp Bind(m("/tmp/hakurei.10/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/wayland"), m("/run/user/1000/wayland-0"), 0). |
