diff --git a/tests/main.fmf b/tests/main.fmf index fa03b77..0afdd98 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -42,7 +42,12 @@ require+: # Adjust rules adjust+: - because: "/tmp is not big enough to hold tmpdir for tests" - when: distro == fedora-rawhide,rhel-9 + when: distro >= rhel-9 + environment+: + BU_TMPDIR_PARENT: "/" + + - because: "/tmp is not big enough to hold tmpdir for tests" + when: distro >= fedora-39 environment+: BU_TMPDIR_PARENT: "/"