X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6009-rev-list-parent.sh;h=c8a96a9a994badde602c8bf7a7decda048a00525;hb=c5034673fd92b6278e6c9d55683770ec01fafc89;hp=be3d238d996fed911d6098fad01ca25345059da6;hpb=b75aaa546e0593440d85c77d380c9b53e126ea02;p=git.git diff --git a/t/t6009-rev-list-parent.sh b/t/t6009-rev-list-parent.sh index be3d238d9..c8a96a9a9 100755 --- a/t/t6009-rev-list-parent.sh +++ b/t/t6009-rev-list-parent.sh @@ -27,11 +27,11 @@ test_expect_success setup ' git log --pretty=oneline --abbrev-commit ' -test_expect_failure 'one is ancestor of others and should not be shown' ' +test_expect_success 'one is ancestor of others and should not be shown' ' git rev-list one --not four >result && >expect && - diff -u expect result + test_cmp expect result '