Merge pull request #1224 from mandiant/williballenthin-patch-2

tests: os: fix test
This commit is contained in:
Moritz
2022-12-12 16:43:58 +01:00
committed by GitHub

View File

@@ -59,4 +59,4 @@ def test_elf_abi_version_hurd():
# guess: needed dependencies: None
path = get_data_path_by_name("bf7a9c")
with open(path, "rb") as f:
assert capa.features.extractors.elf.detect_elf_os(f) == "unknown"
assert capa.features.extractors.elf.detect_elf_os(f) == "hurd"