X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft8003-blame.sh;h=966bb0a61a89ed63dec085338d3c45f766a7f777;hb=9dc784a970ba5cc3871f7244c6bf6a823754f0a0;hp=db51b3a6bb85c466781139fd1f203b8f9b965710;hpb=31c74ca67162674e3ff8fcc294b75881c3e7cc15;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 '