spec: Don't set XDG_RUNTIME_DIR

It should once again no longer be necessary.
This commit is contained in:
Ivan Molodetskikh
2025-01-27 08:33:42 +03:00
parent 0226d9aec2
commit 9b4d73f13a

View File

@@ -128,7 +128,6 @@ install -Dm644 -t %{buildroot}%{_userunitdir} ./resources/niri-shutdown.target
%if %{with check}
%check
export XDG_RUNTIME_DIR="$(mktemp -d)"
%cargo_test -- --workspace --exclude niri-visual-tests
%endif