Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-reach: test get_merge_bases_many
[gitweb.git]
/
t
/
t1305-config-include.sh
diff --git
a/t/t1305-config-include.sh
b/t/t1305-config-include.sh
index d9d2f545a4ed735e02f7d5cd6ceee7d873fdec94..f035ee40a313ae25a13bdb6a838eed3b34fd5f9d 100755
(executable)
--- a/
t/t1305-config-include.sh
+++ b/
t/t1305-config-include.sh
@@
-224,7
+224,7
@@
test_expect_success 'conditional include, early config reading' '
echo "[includeIf \"gitdir:foo/\"]path=bar6" >>.git/config &&
echo "[test]six=6" >.git/bar6 &&
echo 6 >expect &&
- test-config read_early_config test.six >actual &&
+ test-
tool
config read_early_config test.six >actual &&
test_cmp expect actual
)
'