X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9700-perl-git.sh;h=435d8964763d3f048a71db5453b3a19e0cbb7fb9;hb=fe6c64ab0b2b568755a6686c0a435fa95ef619bb;hp=3787186703f51f75103824f562c3849483ceaae1;hpb=3686aa1caf907d22fe318c28efe93f0e7870ba50;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