Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t/helper: merge test-sha1-array into test-tool
[gitweb.git]
/
t
/
t1600-index.sh
diff --git
a/t/t1600-index.sh
b/t/t1600-index.sh
index 079d2411450ca960d3d82fb9c7d59921c4cbe60a..c4422312f4e482e38172b1ac8b87e29d8708af2e 100755
(executable)
--- a/
t/t1600-index.sh
+++ b/
t/t1600-index.sh
@@
-68,7
+68,7
@@
test_expect_success 'GIT_INDEX_VERSION takes precedence over config' '
git config --add index.version 2 &&
git add a 2>&1 &&
echo 4 >expect &&
- test-index-version <.git/index >actual &&
+ test-
tool
index-version <.git/index >actual &&
test_cmp expect actual
)
'