diff --git a/tests/_ostree_build.pm b/tests/_ostree_build.pm index c1fa00df..0d8436d7 100644 --- a/tests/_ostree_build.pm +++ b/tests/_ostree_build.pm @@ -52,7 +52,10 @@ sub run { # Just add them to all config files, as the names change a lot assert_script_run 'sed -i -e "s,repos:,' . $repl . ',g" *.yaml'; # ensure python3-dnf is in the built ostree for _advisory_post - assert_script_run 'sed -i -e "s,packages:,packages:\n - python3-dnf,g" *-packages.yaml'; + # f41+ + script_run 'sed -i -e "s,packages:,packages:\n - python3-dnf,g" *-packages.yaml'; + #