Code

config: display key_delim for config --bool --get-regexp
[git.git] / t / t1300-repo-config.sh
index d0e55465ff08698376f5d9fa86357d51bd57458c..cce601f0a63ae64ae795a815031623a776d89931 100755 (executable)
@@ -333,6 +333,12 @@ test_expect_success 'get-regexp variable with no value' \
        'git config --get-regexp novalue > output &&
         cmp output expect'
 
+echo 'novalue.variable true' > expect
+
+test_expect_success 'get-regexp --bool variable with no value' \
+       'git config --bool --get-regexp novalue > output &&
+        cmp output expect'
+
 echo 'emptyvalue.variable ' > expect
 
 test_expect_success 'get-regexp variable with empty value' \