diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-06-19 14:15:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-19 14:15:57 -0700 |
commit | c5941f1aac071addc1c9b0781c323b588c542420 (patch) | |
tree | de52194e50c2c079bca5990a3c0bbdfb433906d9 /t/t7007-show.sh | |
parent | b0082b9d5918e3548c987303a19de0d69bbcabaa (diff) | |
download | git-c5941f1aac071addc1c9b0781c323b588c542420.tar.gz |
show: fix "range implies walking"
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7007-show.sh')
-rwxr-xr-x | t/t7007-show.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7007-show.sh b/t/t7007-show.sh index 891b143e0c..a40cd3630c 100755 --- a/t/t7007-show.sh +++ b/t/t7007-show.sh @@ -57,7 +57,7 @@ test_expect_success 'showing a range walks (Y shape, ^ first)' ' test_cmp expect actual.filtered ' -test_expect_failure 'showing a range walks (Y shape, ^ last)' ' +test_expect_success 'showing a range walks (Y shape, ^ last)' ' cat >expect <<-EOF && commit $(git rev-parse main3) commit $(git rev-parse main2) @@ -98,7 +98,7 @@ test_expect_success 'showing annotated tag plus commit' ' test_cmp expect actual.filtered ' -test_expect_failure 'showing range' ' +test_expect_success 'showing range' ' cat >expect <<-EOF && commit $(git rev-parse main3) commit $(git rev-parse main2) |