X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9700-perl-git.sh;h=b81d5dfc340e050815ad9b2fd0d0636c529ce8d3;hb=ca6c06b2efe2f55c498670efcb419bce35678e03;hp=0f04ba094b31285ff16b656f3b1e8fa7c3473a71;hpb=01914577ed42498d9e268684949d699e0272e964;p=git.git diff --git a/t/t9700-perl-git.sh b/t/t9700-perl-git.sh index 0f04ba094..b81d5dfc3 100755 --- a/t/t9700-perl-git.sh +++ b/t/t9700-perl-git.sh @@ -27,14 +27,14 @@ test_expect_success \ echo "changed file 1" > file1 && git commit -a -m "second commit" && - git-config --add color.test.slot1 green && - git-config --add test.string value && - git-config --add test.dupstring value1 && - git-config --add test.dupstring value2 && - 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 color.test.slot1 green && + git config --add test.string value && + git config --add test.dupstring value1 && + git config --add test.dupstring value2 && + git config --add test.booltrue true && + git config --add test.boolfalse no && + git config --add test.boolother other && + git config --add test.int 2k ' test_external_without_stderr \