X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft1300-repo-config.sh;h=9e74b1f1415822c758ccc81bd4f12dc15a16eaee;hb=b7380fa7a9adb52860eef7e8885fb8bc179beae1;hp=83b7294010cd59d5438b6020868c699c01105595;hpb=e532e7b08f3de1a590db909c2c93532c2a39e9ae;p=git.git diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index 83b729401..9e74b1f14 100755 --- a/t/t1300-repo-config.sh +++ b/t/t1300-repo-config.sh @@ -398,6 +398,17 @@ test_expect_success 'alternative GIT_CONFIG' 'cmp output expect' test_expect_success 'alternative GIT_CONFIG (--file)' \ 'git config --file other-config -l > output && cmp output expect' +test_expect_success 'refer config from subdirectory' ' + mkdir x && + ( + cd x && + echo strasse >expect + git config --get --file ../other-config ein.bahn >actual && + test_cmp expect actual + ) + +' + GIT_CONFIG=other-config git config anwohner.park ausweis cat > expect << EOF