X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3405-rebase-malformed.sh;h=e5ad67c643ffee9b79fce813673732faa950714f;hb=ace706e2a6213d4252b6862786dd93c71bcbd69f;hp=e4e2e649ed03394f623eb0d135815c3d570a3186;hpb=887ad79865d862a0a3aef4b59957d7dd95d0507d;p=git.git diff --git a/t/t3405-rebase-malformed.sh b/t/t3405-rebase-malformed.sh index e4e2e649e..e5ad67c64 100755 --- a/t/t3405-rebase-malformed.sh +++ b/t/t3405-rebase-malformed.sh @@ -41,8 +41,8 @@ test_expect_success rebase ' git rebase master side && git cat-file commit HEAD | sed -e "1,/^\$/d" >F1 && - diff -u F0 F1 && - diff -u F F0 + test_cmp F0 F1 && + test_cmp F F0 ' test_done