summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-06-05 09:03:22 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-05 09:03:22 +0900
commite06b421cf09c5c695f277db1002a48f798429c68 (patch)
tree96847ac5173f052ec30a716395c08ef69c4eb3ab
parentMerge branch 'sb/t5531-update-desc' into maint (diff)
parentbranch test: fix invalid config key access (diff)
downloadtgif-e06b421cf09c5c695f277db1002a48f798429c68.tar.xz
Merge branch 'sd/t3200-typofix' into maint
Test fix. * sd/t3200-typofix: branch test: fix invalid config key access
-rwxr-xr-xt/t3200-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index fe62e7c775..10f8f026ff 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -338,7 +338,7 @@ test_expect_success 'git branch -m s/s s should work when s/t is deleted' '
test_expect_success 'config information was renamed, too' '
test $(git config branch.s.dummy) = Hello &&
- test_must_fail git config branch.s/s/dummy
+ test_must_fail git config branch.s/s.dummy
'
test_expect_success 'deleting a symref' '