From 68d48498980b89a9c9641d7b3aaf2f44dccabfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Fri, 19 Jan 2024 14:14:39 +0100 Subject: [PATCH] Move tmpdirs to / on Fedora 39 and newer --- tests/main.fmf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: "/"