X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9700-perl-git.sh;h=435d8964763d3f048a71db5453b3a19e0cbb7fb9;hb=cb9c9df37acf5ff8a452b5fe2eaf7ad6ff8bfb72;hp=3787186703f51f75103824f562c3849483ceaae1;hpb=6942a3d796ce7a824bd9a69e88cf0a9578225bb2;p=git.git diff --git a/t/t9700-perl-git.sh b/t/t9700-perl-git.sh index 378718670..435d89647 100755 --- a/t/t9700-perl-git.sh +++ b/t/t9700-perl-git.sh @@ -43,7 +43,11 @@ test_expect_success \ git config --add test.booltrue true && git config --add test.boolfalse no && git config --add test.boolother other && - git config --add test.int 2k + git config --add test.int 2k && + git config --add test.path "~/foo" && + git config --add test.pathexpanded "$HOME/foo" && + git config --add test.pathmulti foo && + git config --add test.pathmulti bar ' # The external test will outputs its own plan