i18n: rebase-interactive: mark strings for translation
[gitweb.git] / t / t3200-branch.sh
index f7d438bd7d1db0f55e5730480adfee42fd15addf..f3e3b6cf2eabf0d57f64d794dba9a6195e8da246 100755 (executable)
@@ -424,6 +424,12 @@ test_expect_success 'test deleting branch without config' '
        test_i18ncmp expect actual
 '
 
+test_expect_success 'deleting currently checked out branch fails' '
+       git worktree add -b my7 my7 &&
+       test_must_fail git -C my7 branch -d my7 &&
+       test_must_fail git branch -d my7
+'
+
 test_expect_success 'test --track without .fetch entries' '
        git branch --track my8 &&
        test "$(git config branch.my8.remote)" &&