Skip to content

Commit

Permalink
Update pefile_test.py
Browse files Browse the repository at this point in the history
I'll blame case insensitive filesystems...
  • Loading branch information
erocarrera committed Sep 3, 2021
1 parent 76eabf7 commit 6b40407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pefile_test.py
Expand Up @@ -160,7 +160,7 @@ def test_pe_image_regression_test(self):
def test_get_rich_header_hash(self):
"""Verify the RICH_HEADER hashes."""

control_file = os.path.join(REGRESSION_TESTS_DIR, "KERNEL32.DLL")
control_file = os.path.join(REGRESSION_TESTS_DIR, "kernel32.dll")
pe = pefile.PE(control_file)

self.assertEqual(pe.get_rich_header_hash(), "b855b76450d1cd0dc4716bb129962b6d")
Expand Down

0 comments on commit 6b40407

Please sign in to comment.