Add --add option to git-repo-config
[gitweb.git] / t / t1300-repo-config.sh
index 0de2497746e31f3dce418dbd248ff5d3e7cb939a..16cd6426100c0a58de854d3252a654c7ae28232a 100755 (executable)
@@ -265,6 +265,16 @@ EOF
 test_expect_success '--get-regexp' \
        'git-repo-config --get-regexp in > output && cmp output expect'
 
+git-repo-config --add nextsection.nonewline "wow4 for you"
+
+cat > expect << EOF
+wow2 for me
+wow4 for you
+EOF
+
+test_expect_success '--add' \
+       'git-repo-config --get-all nextsection.nonewline > output && cmp output expect'
+
 cat > .git/config << EOF
 [novalue]
        variable