X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft8003-blame.sh;h=966bb0a61a89ed63dec085338d3c45f766a7f777;hb=159e639e5bf24d78b22802934ae335413b2aa6ae;hp=db51b3a6bb85c466781139fd1f203b8f9b965710;hpb=e1341abc3759950e891822088cb0163b71b316b3;p=git.git diff --git a/t/t8003-blame.sh b/t/t8003-blame.sh index db51b3a6b..966bb0a61 100755 --- a/t/t8003-blame.sh +++ b/t/t8003-blame.sh @@ -112,7 +112,7 @@ test_expect_success 'blame wholesale copy' ' echo mouse-Second echo mouse-Third } >expected && - diff -u expected current + test_cmp expected current ' @@ -125,7 +125,7 @@ test_expect_success 'blame wholesale copy and more' ' echo cow-Fifth echo mouse-Third } >expected && - diff -u expected current + test_cmp expected current '