Skip to content

Commit

Permalink
Update tests/unit/elf/test_patcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiusens authored Jan 13, 2023
1 parent 1b1488e commit a917454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/elf/test_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ def test_patcher_patch_rpath_already_set(mocker, patcher, elf_file):
)

patcher.patch(elf_file=elf_file)
# raise Exception(os.environ['PATH'])
assert run_mock.mock_calls == [
call(
[
Expand Down

0 comments on commit a917454

Please sign in to comment.