tests: os: fix test

This commit is contained in:
Willi Ballenthin
2022-12-12 14:06:17 +01:00
committed by GitHub
parent 5cd7f33d00
commit ee72ed4b53

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"