Skip to content

Commit

Permalink
tests: minor ebuild repo metadata regen simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 23, 2023
1 parent 95bc3a3 commit 30c3dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repo/test_ebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def metadata_content(path):

repo = TEST_DATA.repos["metadata"]
# regenerate metadata to an external path
repo.metadata_regen(force=True, path=str(tmpdir))
repo.metadata_regen(force=True, path=tmpdir)
# verify new data matches original
data = sorted(metadata_content(tmpdir))
assert data == sorted(metadata_content(repo.path.joinpath("metadata/md5-cache")))
Expand Down

0 comments on commit 30c3dfd

Please sign in to comment.