summaryrefslogtreecommitdiffstats
path: root/t/t1512-rev-parse-disambiguation.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-03 22:45:12 +0200
committerJunio C Hamano <gitster@pobox.com>2012-07-10 01:42:23 +0200
commitc036c4c5e426cc7ee8070038607edf06ef1d661e (patch)
tree4199271cb7e8884c8adeb34453efb9841bf27dab /t/t1512-rev-parse-disambiguation.sh
parentreset: the command takes committish (diff)
downloadgit-c036c4c5e426cc7ee8070038607edf06ef1d661e.tar.xz
git-c036c4c5e426cc7ee8070038607edf06ef1d661e.zip
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 0210998800..6de3cb0c92 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..