diff --git a/include/tests_crypto b/include/tests_crypto index 466f6b52..1726735a 100644 --- a/include/tests_crypto +++ b/include/tests_crypto @@ -63,7 +63,7 @@ SKIP=0 # Now check if this path is on the to-be-ignored list for D in ${SSL_CERTIFICATE_PATHS_TO_IGNORE}; do - if Equals "${D}" "${SUBDIR}"; then + if ContainsString "${D}" "${SUBDIR}"; then SKIP=1 LogText "Result: skipping directory (${SUBDIR}) as it is on ignore list" fi