projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7be1f1
)
t1300: add missing &&-chaining
author
Jeff King
<peff@peff.net>
Thu, 16 Feb 2012 08:02:18 +0000
(
03:02
-0500)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 17 Feb 2012 15:52:41 +0000
(07:52 -0800)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-repo-config.sh
patch
|
blob
|
history
diff --git
a/t/t1300-repo-config.sh
b/t/t1300-repo-config.sh
index 0690e0edf4e758200d4febb1c7837b5c7059add6..6de46bbd57a18e4fd7b3aee8df49abfa8fd4a9c1 100755
(executable)
--- a/
t/t1300-repo-config.sh
+++ b/
t/t1300-repo-config.sh
@@
-451,7
+451,7
@@
test_expect_success 'refer config from subdirectory' '
mkdir x &&
(
cd x &&
- echo strasse >expect
+ echo strasse >expect
&&
git config --get --file ../other-config ein.bahn >actual &&
test_cmp expect actual
)