From 268a90f1a505a00e1eab794e9c1760fdff5592d3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Feb 2025 14:45:09 +0900 Subject: app: improve WAYLAND_DISPLAY correctness This now has identical behaviour as wayland C library. Signed-off-by: Ophestra --- internal/app/app_pd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/app_pd_test.go') 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", -- cgit v1.3.1