branch: allow -f with -m and -d
[gitweb.git] / t / t3200-branch.sh
index c08aef4abddce082d9f5a24de7c047ade6c3c809..e7bbb8f0ec4c90dc0e14e9da6528960287780c91 100755 (executable)
@@ -106,6 +106,11 @@ test_expect_success 'git branch -M o/q o/p should work when o/p exists' '
        git branch -M o/q o/p
 '
 
+test_expect_success 'git branch -m -f o/q o/p should work when o/p exists' '
+       git branch o/q &&
+       git branch -m -f o/q o/p
+'
+
 test_expect_success 'git branch -m q r/q should fail when r exists' '
        git branch q &&
        git branch r &&