diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-20 01:31:07 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-20 01:31:07 +0900 |
| commit | 4892beefc18d409dcb99b27e0980df4537cad692 (patch) | |
| tree | 7047e1a0ab668298154a4453f3235e6faf494012 /cmd/app/app_test.go | |
| parent | 7ab54b8c94df425e541b0ee00b871a9c7d0dc64e (diff) | |
cmd/app: optionally override configured command
Useful for multiple applications sharing state.
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 10593607..76bce4c3 100644 --- a/cmd/app/app_test.go +++ b/cmd/app/app_test.go @@ -118,7 +118,7 @@ talk com.canonical.Unity Home: hst.AbsPrivateTmp.Append("home"), Path: fhs.AbsRoot.Append("bin", "zsh"), Args: []string{ - "zsh", "-c", + "zsh", "-ic", "exec Discord --ozone-platform-hint=wayland", }, |
