rev-parse: A and B in "rev-parse A..B" refer to committish
[gitweb.git] / t / t1512-rev-parse-disambiguation.sh
index 02109988005f6451974d71bb2d264e74bc556723..6de3cb0c920d8d2943c2e0f1c05eb1af4cd182fe 100755 (executable)
@@ -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..