Code

git-add -u paths... now works from subdirectory
[git.git] / t / t1300-repo-config.sh
index 3f3fd2d7f7cc148948a20e47cccd06751b9a2241..f1a78b19ac6e426f4475b66cfe23b89e41c7fafa 100755 (executable)
@@ -283,6 +283,12 @@ EOF
 test_expect_success 'get variable with no value' \
        'git-config --get novalue.variable ^$'
 
+echo novalue.variable > expect
+
+test_expect_success 'get-regexp variable with no value' \
+       'git-config --get-regexp novalue > output &&
+        cmp output expect'
+
 git-config > output 2>&1
 
 test_expect_success 'no arguments, but no crash' \