From: Johannes Schindelin Date: Mon, 9 Nov 2020 00:09:20 +0000 (+0000) Subject: t1004: insert missing "branch" in a message X-Git-Tag: v2.30.0-rc0~94^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b746f585eff4481aba2d42272ffa5d8806962a9;p=thirdparty%2Fgit.git t1004: insert missing "branch" in a message The message in question reads awkward with the name "master", but will be even more confusing once that is renamed to "main". Let's adjust it in advance of said rename. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/t1004-read-tree-m-u-wf.sh b/t/t1004-read-tree-m-u-wf.sh index c13578a635..181956b241 100755 --- a/t/t1004-read-tree-m-u-wf.sh +++ b/t/t1004-read-tree-m-u-wf.sh @@ -20,7 +20,7 @@ test_expect_success 'two-way setup' ' git branch side && git tag -f branch-point && - echo file2 is not tracked on the master anymore && + echo file2 is not tracked on the master branch anymore && rm -f file2 subdir/file2 && git update-index --remove file2 subdir/file2 && git commit -a -m "master removes file2 and subdir/file2"