]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1512-rev-parse-disambiguation.sh
sha1_name.c: add support for disambiguating other types
[thirdparty/git.git] / t / t1512-rev-parse-disambiguation.sh
index da25fad92452906199d411a9d825ecd1ba973f09..fbd3658ca8ed8415a37e593f89c82a4833965bba 100755 (executable)
@@ -45,7 +45,7 @@ test_expect_success 'warn ambiguity when no candidate matches type hint' '
        grep "short SHA1 000000000 is ambiguous" actual
 '
 
-test_expect_failure 'disambiguate tree-ish' '
+test_expect_success 'disambiguate tree-ish' '
        # feed tree-ish in an unambiguous way
        git rev-parse --verify 0000000000cdc:a0blgqsjc &&