summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eaa2a6f)
raw | patch | inline | side by side (parent: eaa2a6f)
author | Nanako Shiraishi <nanako3@lavabit.com> | |
Tue, 9 Sep 2008 21:25:26 +0000 (06:25 +0900) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Sep 2008 05:59:00 +0000 (22:59 -0700) |
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9700-perl-git.sh | patch | blob | history |
diff --git a/t/t9700-perl-git.sh b/t/t9700-perl-git.sh
index 0f04ba094b31285ff16b656f3b1e8fa7c3473a71..b81d5dfc340e050815ad9b2fd0d0636c529ce8d3 100755 (executable)
--- a/t/t9700-perl-git.sh
+++ b/t/t9700-perl-git.sh
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 \