X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5510-fetch.sh;h=79ee91313059bf2e6efc7fe3c15c6fd56e8fc671;hb=1b058bc30df5f79fe7449cacd8ae7128944327f7;hp=e88dbd50f3368296a0e0487d7ed1675646ee9594;hpb=ea4ef304870d2517ec177f92b000c744bd44cc0c;p=git.git diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index e88dbd50f..79ee91313 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -70,8 +70,8 @@ test_expect_success "fetch test for-merge" ' master_in_two=`cd ../two && git rev-parse master` && one_in_two=`cd ../two && git rev-parse one` && { - echo "$master_in_two not-for-merge" echo "$one_in_two " + echo "$master_in_two not-for-merge" } >expected && cut -f -2 .git/FETCH_HEAD >actual && test_cmp expected actual'