mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Merge pull request #1224 from mandiant/williballenthin-patch-2
tests: os: fix test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user