On Mon, Jun 02, 2025 at 01:25:50PM +0100, Seyi Kuforiji wrote: > Adapt reftable basics test file to clar by using clar assertions > where necessary.Break up test edge case to improve modularity and Nit: missing space. > clarity. > > Signed-off-by: Seyi Kuforiji <kuforiji98@xxxxxxxxx> > --- > Makefile | 2 +- > t/meson.build | 2 +- > t/unit-tests/t-reftable-basics.c | 219 ----------------------------- > t/unit-tests/u-reftable-basics.c | 227 +++++++++++++++++++++++++++++++ > 4 files changed, 229 insertions(+), 221 deletions(-) > delete mode 100644 t/unit-tests/t-reftable-basics.c > create mode 100644 t/unit-tests/u-reftable-basics.c Hm, these still show as deletion and addition :/ Did you try playing around with the creation factor? What is the exact command that you have used to generate these mails? Patrick