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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dirent.c | ||
dirent.h | ||
gettimeofday.c | ||
gettimeofday.h | ||
glob.c | ||
libgen.c | ||
libgen.h | ||
net.c | ||
net.h | ||
random.c | ||
random.h | ||
referrno.txt | ||
regen_errno_defs.sh | ||
resolv.c | ||
resolv.h | ||
snprintf.c | ||
snprintf.h | ||
strptime.c | ||
utf8_util.c | ||
utf8_util.h | ||
w32_errno.c | ||
w32_errno.h | ||
w32_errno_defs.c | ||
w32_stat.c | ||
w32_stat.h |