check_clamav.c: env vars are case sensitive (srcdir != SRCDIR)

pull/1446/head
arlecchino 4 months ago committed by GitHub
parent 7e6b4f4f5e
commit edc0733d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      unit_tests/check_clamav.c

@ -1899,7 +1899,7 @@ void errmsg_expected(void)
int open_testfile(const char *name, int flags)
{
int fd;
const char *srcdir = getenv("srcdir");
const char *srcdir = getenv("SRCDIR");
char *str;
if (!srcdir) {

Loading…
Cancel
Save