X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0002-gitfile.sh;h=4db4ac44c9611398db46dfbe2688c95e3b03605b;hb=8d13caf795902812d44809e2f222fb2334030603;hp=c5dbc724b6da5ad3cc4bbac2925a76ba6a57363c;hpb=9dc784a970ba5cc3871f7244c6bf6a823754f0a0;p=git.git diff --git a/t/t0002-gitfile.sh b/t/t0002-gitfile.sh index c5dbc724b..4db4ac44c 100755 --- a/t/t0002-gitfile.sh +++ b/t/t0002-gitfile.sh @@ -66,7 +66,7 @@ test_expect_success 'check hash-object' ' test_expect_success 'check cat-file' ' git cat-file blob $SHA >actual && - diff -u bar actual + test_cmp bar actual ' test_expect_success 'check update-index' '