aboutsummaryrefslogtreecommitdiff
path: root/t/t9700-perl-git.sh
diff options
context:
space:
mode:
authorNanako Shiraishi <nanako3@lavabit.com>2008-09-10 06:25:26 +0900
committerJunio C Hamano <gitster@pobox.com>2008-09-09 22:59:00 -0700
commit1f77354b024e2f449242f4c3b70111aa5ff608d5 (patch)
tree690993e66b3c641d55228f3e9bb148ffd93367bf /t/t9700-perl-git.sh
parenteaa2a6fc84bc02c1356353f7364e976e46133e98 (diff)
downloadgit-1f77354b024e2f449242f4c3b70111aa5ff608d5.tar.gz
git-1f77354b024e2f449242f4c3b70111aa5ff608d5.tar.xz
t9700: use "git config" without dash
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9700-perl-git.sh')
-rwxr-xr-xt/t9700-perl-git.sh16
1 files changed, 8 insertions, 8 deletions
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 \