diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c index e2aaabc4..0b4748eb 100644 --- a/src/testcurl/test_toolarge.c +++ b/src/testcurl/test_toolarge.c @@ -465,7 +465,7 @@ ahcCheck (void *cls, mhdErrorExitDesc ("'upload_data' is not NULL"); if (NULL == upload_data_size) - mhdErrorExitDesc ("'upload_data_size' pointer is not NULL"); + mhdErrorExitDesc ("'upload_data_size' pointer is NULL"); if (0 != *upload_data_size) mhdErrorExitDesc ("'*upload_data_size' value is not zero"); diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c index 039ef009..49b89e84 100644 --- a/src/testcurl/test_tricky.c +++ b/src/testcurl/test_tricky.c @@ -393,7 +393,7 @@ ahcCheck (void *cls, mhdErrorExitDesc ("'upload_data' is not NULL"); if (NULL == upload_data_size) - mhdErrorExitDesc ("'upload_data_size' pointer is not NULL"); + mhdErrorExitDesc ("'upload_data_size' pointer is NULL"); if (0 != *upload_data_size) mhdErrorExitDesc ("'*upload_data_size' value is not zero");