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