git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d6e3c18
)
t2104: make sure split index mode is off for the version test
author
Nguyễn Thái Ngọc Duy
<redacted>
Fri, 13 Jun 2014 12:19:50 +0000
(19:19 +0700)
committer
Junio C Hamano
<redacted>
Fri, 13 Jun 2014 18:49:42 +0000
(11:49 -0700)
Version tests only make sense when all entries are in the same file,
so we can see if version is downgraded to 2 if 3 is not required.
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t2104-update-index-skip-worktree.sh
patch
|
blob
|
history
diff --git
a/t/t2104-update-index-skip-worktree.sh
b/t/t2104-update-index-skip-worktree.sh
index 29c1fb10cad93818d467780b799ff874e8fdcab0..cc830da58d920718b7b0a990a359afa9dd783b4c 100755
(executable)
--- a/
t/t2104-update-index-skip-worktree.sh
+++ b/
t/t2104-update-index-skip-worktree.sh
@@
-7,6
+7,8
@@
test_description='skip-worktree bit test'
. ./test-lib.sh
+sane_unset GIT_TEST_SPLIT_INDEX
+
test_set_index_version 3
cat >expect.full <<EOF
git clone https://git.99rst.org/PROJECT