From ee72ed4b5309dc1d29b82e6f16dd55d05e6b7fa6 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 12 Dec 2022 14:06:17 +0100 Subject: [PATCH] tests: os: fix test --- tests/test_os_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_os_detection.py b/tests/test_os_detection.py index 25f30475..82e592a7 100644 --- a/tests/test_os_detection.py +++ b/tests/test_os_detection.py @@ -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"