From a917454f8ea7ab955ef67bb3d9ee066a6583a1a6 Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Fri, 13 Jan 2023 09:45:52 -0300 Subject: [PATCH] Update tests/unit/elf/test_patcher.py --- tests/unit/elf/test_patcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/elf/test_patcher.py b/tests/unit/elf/test_patcher.py index 42e606a1e2..9fc181fcd3 100644 --- a/tests/unit/elf/test_patcher.py +++ b/tests/unit/elf/test_patcher.py @@ -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( [