From cd493fd95f78b023c159c10571a0de8d701c4b27 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 21 Jun 2026 00:48:18 +0900 Subject: cmd/app: centralise workdir This makes the directory structure significantly more manageable. Signed-off-by: Ophestra --- cmd/app/app_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/app/app_test.go') diff --git a/cmd/app/app_test.go b/cmd/app/app_test.go index f5e94789..f4811801 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -76,7 +76,7 @@ talk com.canonical.Unity Lower: []*check.Absolute{ base.Append("initial"), }, - Upper: base.Append("template", "nonfree", "upper"), + Upper: base.Append("template", "nonfree"), }}, {FilesystemConfig: &hst.FSBind{ Target: hst.AbsPrivateTmp.Append("home"), -- cgit v1.3.1