some small updates

This commit is contained in:
2026-02-28 04:34:30 +00:00
committed by oreodave
parent 9940651ac0
commit 30a87d4a1b
3 changed files with 19 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ void stream_test_prologue(void)
void stream_test_epilogue(void)
{
TEST_INFO("Freeing resources and deleting file `%s`\n", valid_filename);
TEST_INFO("Deleting file `%s`\n", valid_filename);
assert(valid_fp);
fclose(valid_fp);
remove(valid_filename);