mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
![]() The new Sigtool feature tests are failing on Windows because CMake is providing the CVD_CERTS_DIR environment variable with '/' path separators. My fix is to convert '/' to '\\' when converting paths to UNC paths. I have also changed CMake to provide CVD_CERTS_DIR with native paths. I also made a couple of fixes to the Sigtool tests because Windows wants to make CRLF line endings in Python unless you write byte-strings and Sigtool will get upset when making a diff if a signature file contains CRLF line endings. And putting Windows path separators into 'verify_output()' for the tests gets confused because it is actually a regex string and the backslashes mess it up. |
||
---|---|---|
.. | ||
clamscan | ||
examples | ||
input | ||
check_bytecode.c | ||
check_clamav.c | ||
check_clamav_skip.c | ||
check_clamd.c | ||
check_disasm.c | ||
check_fpu_endian.c | ||
check_htmlnorm.c | ||
check_jsnorm.c | ||
check_matchers.c | ||
check_regex.c | ||
check_str.c | ||
check_uniq.c | ||
checks.h | ||
clamd_test.py | ||
CMakeLists.txt | ||
freshclam_test.py | ||
libclamav_test.py | ||
Run-GetLibs.ctest | ||
sigtool_test.py | ||
testcase.py | ||
valgrind.supp |