Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ar/batch-cat'
[gitweb.git]
/
t
/
t1303-wacky-config.sh
diff --git
a/t/t1303-wacky-config.sh
b/t/t1303-wacky-config.sh
index 99985dcd79f12d680c51e8f64d61c47a70b43f36..f366b53fb671a5ef52c34516bc4ab3869a142d8e 100755
(executable)
--- a/
t/t1303-wacky-config.sh
+++ b/
t/t1303-wacky-config.sh
@@
-34,4
+34,10
@@
test_expect_success 'add key in different section' '
check section2.key bar
'
+SECTION="test.q\"s\\sq'sp e.key"
+test_expect_success 'make sure git-config escapes section names properly' '
+ git config "$SECTION" bar &&
+ check "$SECTION" bar
+'
+
test_done