Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > For me, this does not work without this squashed in: > > -- snipsnap -- > diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh > index 33a1d70b434d..7767cb1fab64 100755 > --- a/t/t7004-tag.sh > +++ b/t/t7004-tag.sh > @@ -1688,7 +1688,7 @@ test_expect_success '--points-at finds annotated tags of tags' ' > ' > > test_expect_success 'recursive tagging should give advice' ' > - sed -e 's/|$//' <<-EOF >expect && > + sed -e "s/|$//" <<-EOF >expect && Ah, that's quite an obvious fix. We should look out for sq inside the body of the test. Will squash in. Thanks.