On Fri, Mar 07, 2025 at 06:27:03PM -0500, Taylor Blau wrote: > diff --git a/t/t5503-tagfollow.sh b/t/t5503-tagfollow.sh > index 195fc64dd44..8495730e264 100755 > --- a/t/t5503-tagfollow.sh > +++ b/t/t5503-tagfollow.sh > @@ -160,4 +160,19 @@ test_expect_success 'new clone fetch main and tags' ' > test_cmp expect actual > ' > > +test_expect_success 'fetch specific OID with tag following' ' > + rm -f $U && Oops. This line is stray from when I wrote the test with a more conservative approach that matches the above. It's harmless, but could equally be removed while queueing. Sorry for not catching earlier. Thanks, Taylor