diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-21 00:48:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-21 00:48:18 +0900 |
| commit | cd493fd95f78b023c159c10571a0de8d701c4b27 (patch) | |
| tree | c7dcd78471f62326005b896a5d3a577ff351523f /cmd/app/app_test.go | |
| parent | 9db70c83e3edf5bc65aaf09e4024b44efd3cae52 (diff) | |
cmd/app: centralise workdir
This makes the directory structure significantly more manageable.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app/app_test.go')
| -rw-r--r-- | cmd/app/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |
