aboutsummaryrefslogtreecommitdiff
path: root/t/t1512-rev-parse-disambiguation.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-03 13:45:12 -0700
committerJunio C Hamano <gitster@pobox.com>2012-07-09 16:42:23 -0700
commitc036c4c5e426cc7ee8070038607edf06ef1d661e (patch)
tree4199271cb7e8884c8adeb34453efb9841bf27dab /t/t1512-rev-parse-disambiguation.sh
parent13243c2c7a758bb6510ba26d0372f384b5f422ce (diff)
downloadgit-c036c4c5e426cc7ee8070038607edf06ef1d661e.tar.gz
git-c036c4c5e426cc7ee8070038607edf06ef1d661e.tar.xz
rev-parse: A and B in "rev-parse A..B" refer to committish
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1512-rev-parse-disambiguation.sh')
-rwxr-xr-xt/t1512-rev-parse-disambiguation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1512-rev-parse-disambiguation.sh b/t/t1512-rev-parse-disambiguation.sh
index 021099880..6de3cb0c9 100755
--- a/t/t1512-rev-parse-disambiguation.sh
+++ b/t/t1512-rev-parse-disambiguation.sh
@@ -111,7 +111,7 @@ test_expect_success 'log name1..name2 takes only commit-ishes on both ends' '
git log 000000000...
'
-test_expect_failure 'rev-parse name1..name2 takes only commit-ishes on both ends' '
+test_expect_success 'rev-parse name1..name2 takes only commit-ishes on both ends' '
git rev-parse 000000000..000000000 &&
git rev-parse ..000000000 &&
git rev-parse 000000000..