aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/bug-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/bug-test.c')
-rw-r--r--src/testcurl/https/bug-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/bug-test.c b/src/testcurl/https/bug-test.c
index 8bbf7d61..34680b5f 100644
--- a/src/testcurl/https/bug-test.c
+++ b/src/testcurl/https/bug-test.c
@@ -151,7 +151,7 @@ test_daemon_get (FILE * test_fd, char *cipher_suite, int proto_version)
151 fprintf (stderr, MHD_E_MEM); 151 fprintf (stderr, MHD_E_MEM);
152 return -1; 152 return -1;
153 } 153 }
154 if (getcwd (doc_path, doc_path_len) == NULL) 154 if (getcwd (doc_path, doc_path_len) == NULL)
155 { 155 {
156 fclose (test_fd); 156 fclose (test_fd);
157 free (doc_path); 157 free (doc_path);