From 9b4d73f13a6906537faf01b5c5e5e2fee9dd602e Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 27 Jan 2025 08:33:42 +0300 Subject: spec: Don't set XDG_RUNTIME_DIR It should once again no longer be necessary. --- niri.spec.rpkg | 1 - 1 file changed, 1 deletion(-) (limited to 'niri.spec.rpkg') diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 9b39127d..6d666997 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -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 -- cgit