t5516: remove ambiguity test (1)
[gitweb.git] / t / t5516-fetch-push.sh
index 9d2dc33cbd0d1df19b0a9003e545104a982da694..352e83bdc62b2971c89a12c42fb202836b36c744 100755 (executable)
@@ -178,19 +178,7 @@ test_expect_success 'push with weak ambiguity (2)' '
 
 '
 
-test_expect_success 'push with ambiguity (1)' '
-
-       mk_test remotes/origin/master remotes/frotz/master &&
-       if git push testrepo master:master
-       then
-               echo "Oops, should have failed"
-               false
-       else
-               check_push_result $the_first_commit remotes/origin/master remotes/frotz/master
-       fi
-'
-
-test_expect_success 'push with ambiguity (2)' '
+test_expect_success 'push with ambiguity' '
 
        mk_test heads/frotz tags/frotz &&
        if git push testrepo master:frotz