We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed824b + b8f354f commit e06b421Copy full SHA for e06b421
t/t3200-branch.sh
@@ -338,7 +338,7 @@ test_expect_success 'git branch -m s/s s should work when s/t is deleted' '
338
339
test_expect_success 'config information was renamed, too' '
340
test $(git config branch.s.dummy) = Hello &&
341
- test_must_fail git config branch.s/s/dummy
+ test_must_fail git config branch.s/s.dummy
342
'
343
344
test_expect_success 'deleting a symref' '
0 commit comments