diff options
Diffstat (limited to 'cmd/app/app_test.go')
| -rw-r--r-- | cmd/app/app_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/app/app_test.go b/cmd/app/app_test.go index 7a83bcc8..10593607 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -20,7 +20,7 @@ func TestParse(t *testing.T) { want *hst.Config err error }{ - {"com.discordapp.Discord", `8 + {"com.discordapp.Discord", `nonfree:8 exec Discord --ozone-platform-hint=wayland gpu @@ -74,9 +74,9 @@ talk com.canonical.Unity {FilesystemConfig: &hst.FSOverlay{ Target: fhs.AbsRoot, Lower: []*check.Absolute{ - base.Append("template", "initial"), + base.Append("initial"), }, - Upper: base.Append("template", "upper"), + Upper: base.Append("template", "nonfree", "upper"), }}, {FilesystemConfig: &hst.FSBind{ Target: hst.AbsPrivateTmp.Append("home"), |
