Merge branch 'jk/daemon-msgs'
[gitweb.git] / t / t1300-repo-config.sh
index 39e2244c1ff48f3a7929ba321484826428ce39ac..51caff047b0da1a6d1df7fa651b3a8c31e8ae3e2 100755 (executable)
@@ -365,6 +365,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' \