Skip to content

Commit

Permalink
test_minimizer: dnf5 wants --use-host-config
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Jun 30, 2023
1 parent abc4f48 commit b99f9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image-minimizer/test_minimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class MinimizerTestCase(unittest.TestCase):
def test_minimizer_ok(self):
with tempfile.TemporaryDirectory(prefix="minimize.test.") as rootdir:
check_call(["dnf", "--releasever=/", "--installroot", rootdir, "install", "-y", \
check_call(["dnf", "--releasever=/", "--use-host-config", "--installroot", rootdir, "install", "-y", \
"filesystem", "tzdata"])

im = ImageMinimizer("./tests/image-minimizer/im-script.txt", rootdir, False, False)
Expand Down

0 comments on commit b99f9ba

Please sign in to comment.