aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/app/app_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-06-21 01:51:24 +0900
committerOphestra <cat@gensokyo.uk>2026-06-21 02:09:01 +0900
commit218f7fa34565a8cfdf93824cd6d69f04b3cd4141 (patch)
tree884295afcfb9613a92b7800efd44aca7e578d0ee /cmd/app/app_test.go
parentcd493fd95f78b023c159c10571a0de8d701c4b27 (diff)
cmd/app: enforce mutable instance exclusion
This avoids invoking undefined behaviour in the underlying overlay filesystem implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app/app_test.go')
-rw-r--r--cmd/app/app_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/app/app_test.go b/cmd/app/app_test.go
index f4811801..1aab4759 100644
--- a/cmd/app/app_test.go
+++ b/cmd/app/app_test.go
@@ -130,6 +130,7 @@ talk com.canonical.Unity
tc.name,
base,
strings.NewReader(tc.data),
+ nil,
)
if !reflect.DeepEqual(err, tc.err) {