Skip to content

Commit e06b421

Browse files
committed
Merge branch 'sd/t3200-typofix' into maint
Test fix. * sd/t3200-typofix: branch test: fix invalid config key access
2 parents 2ed824b + b8f354f commit e06b421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3200-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ test_expect_success 'git branch -m s/s s should work when s/t is deleted' '
338338

339339
test_expect_success 'config information was renamed, too' '
340340
test $(git config branch.s.dummy) = Hello &&
341-
test_must_fail git config branch.s/s/dummy
341+
test_must_fail git config branch.s/s.dummy
342342
'
343343

344344
test_expect_success 'deleting a symref' '

0 commit comments

Comments
 (0)