This commit is contained in:
Sparsh 2024-09-19 17:48:38 -06:00 committed by GitHub
commit bece468a40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ static int run_tests(void)
strerror_r(errno, err_string1, ERR_STRING_SZ);
fprintf(stderr, "socket(%d, %d, %d) expected "
"success got err (%s)\n",
"success but got err (%s)\n",
s->domain, s->type, s->protocol,
err_string1);