summaryrefslogtreecommitdiffstats
path: root/test/prov_config_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/prov_config_test.c')
-rw-r--r--test/prov_config_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prov_config_test.c b/test/prov_config_test.c
index fee2dffdb2..4f0cbc247b 100644
--- a/test/prov_config_test.c
+++ b/test/prov_config_test.c
@@ -83,6 +83,9 @@ static int test_path_config(void)
char *full_path = NULL;
int rc;
+ if (!TEST_ptr(module_path))
+ return 0;
+
full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1);
if (!TEST_ptr(full_path))
return 0;