Skip to content

Commit

Permalink
Squeeze a line or two
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Aug 4, 2023
1 parent b2912b4 commit b8eb8a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/pbench/test/unit/server/test_cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@ def unlink(self, missing_ok: bool = False):
assert dest[i].name == s.name
assert ulink[i].name == s.name
assert dest[i] == ulink[i]
assert all(
o for o in ok
), f"All cleanup unlinks should ignore missing: {ok}, {ulink}"
assert all(ok), f"Cleanup unlinks don't ignore missing: {ok}, {ulink}"

def test_tarball_subprocess_run_with_exception(self, monkeypatch):
"""Test to check the subprocess_run functionality of the Tarball when
Expand Down

0 comments on commit b8eb8a3

Please sign in to comment.