X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0003-attributes.sh;h=c56d2fbabaa0fdd90547ce8b629a629c21fbbc0e;hb=dc484f2213a34ced5abe5eb968650035204b6035;hp=e7fa4f5d43ffb95e79a295b3969ea1ad0160a82e;hpb=82881b38235d0a46a4486dc5dc819c5d0ee3f2c1;p=git.git diff --git a/t/t0003-attributes.sh b/t/t0003-attributes.sh index e7fa4f5d4..c56d2fbab 100755 --- a/t/t0003-attributes.sh +++ b/t/t0003-attributes.sh @@ -11,7 +11,7 @@ attr_check () { git check-attr test -- "$path" >actual && echo "$path: test: $2" >expect && - diff -u expect actual + test_cmp expect actual }