On 12/11/2019 1:46 PM, René Scharfe wrote: > diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh > index 4a09bea1d6..6db92bd3ba 100755 > --- a/t/t7004-tag.sh > +++ b/t/t7004-tag.sh > @@ -517,7 +517,6 @@ test_expect_success \ > test_expect_success \ > 'trying to create tags giving both -m or -F options should fail' ' > echo "message file 1" >msgfile1 && > - echo "message file 2" >msgfile2 && Obviously correct. -Stolee