On Tue, 2 Sept 2025 at 15:48, Patrick Steinhardt <ps@xxxxxx> wrote: > > On Tue, Aug 26, 2025 at 01:06:45PM +0530, Meet Soni wrote: > > diff --git a/t/meson.build b/t/meson.build > > index daf01fb5d0..48f83e12a7 100644 > > --- a/t/meson.build > > +++ b/t/meson.build > > @@ -210,6 +210,7 @@ integration_tests = [ > > 't1451-fsck-buffer.sh', > > 't1460-refs-migrate.sh', > > 't1461-refs-list.sh', > > + 't1463-refs-optimize.sh', > > What happened to t1462? Is this due to the parallel patch series that > introduces `git refs exists`? Yes, t1462-refs-exists.sh > > Patrick