Update tests

This commit is contained in:
Zhi Guan
2026-06-20 23:10:17 +08:00
parent 1577bc7934
commit 6736825c7a
22 changed files with 497 additions and 84 deletions

View File

@@ -159,6 +159,10 @@ bad:
}
if (fwrite(outbuf, 1, sizeof(outbuf), outfp) != sizeof(outbuf)) {
error_print();
goto end;
}
ret = 0;