Mop up more test regressions

This commit is contained in:
Justine Tunney 2023-05-13 01:09:44 -07:00
parent 4a8a81eb9f
commit 802e7eb4ef
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 14 additions and 13 deletions

View file

@ -90,8 +90,8 @@ static void testlib_showerror_(int line, //
"\t%s%s @ %s%s\n",
SUBTLE, strerror(e), RESET, SUBTLE,
firstnonnull(program_invocation_name, "unknown"), hostname, RESET);
free(FREED_want);
free(FREED_got);
/* free(FREED_want); */
/* free(FREED_got); */
++g_testlib_failed;
}