X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft6009-rev-list-parent.sh;h=c8a96a9a994badde602c8bf7a7decda048a00525;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=f248a3293c5d126c60dc525e410e99d5c48a8c04;hpb=82ebb0b6ec7470cab96a013d3d719c109003ef83;p=git.git diff --git a/t/t6009-rev-list-parent.sh b/t/t6009-rev-list-parent.sh index f248a3293..c8a96a9a9 100755 --- a/t/t6009-rev-list-parent.sh +++ b/t/t6009-rev-list-parent.sh @@ -27,7 +27,7 @@ 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 &&