diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-15 14:45:09 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-15 14:45:09 +0900 |
| commit | 268a90f1a505a00e1eab794e9c1760fdff5592d3 (patch) | |
| tree | 5354b231bc41d7f3e10a2ffac94a3f7de660f6ea /internal/app/app_pd_test.go | |
| parent | 3054527ca579c9063840c0eff1e6160d791254fe (diff) | |
app: improve WAYLAND_DISPLAY correctness
This now has identical behaviour as wayland C library.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/app_pd_test.go')
| -rw-r--r-- | internal/app/app_pd_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/app_pd_test.go b/internal/app/app_pd_test.go index 2d042a2c..269c8aa3 100644 --- a/internal/app/app_pd_test.go +++ b/internal/app/app_pd_test.go @@ -267,7 +267,7 @@ var testCasesPd = []sealTestCase{ "SHELL": "/run/current-system/sw/bin/zsh", "TERM": "xterm-256color", "USER": "chronos", - "WAYLAND_DISPLAY": "/run/user/65534/wayland-0", + "WAYLAND_DISPLAY": "wayland-0", "XDG_RUNTIME_DIR": "/run/user/65534", "XDG_SESSION_CLASS": "user", "XDG_SESSION_TYPE": "tty", |
