diff options
| -rw-r--r-- | niri.spec.rpkg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 71ef9494..266cc886 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -127,6 +127,7 @@ 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 |
