Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-clone: exit early if repo isn't specified
[gitweb.git]
/
t
/
t2001-checkout-cache-clash.sh
diff --git
a/t/t2001-checkout-cache-clash.sh
b/t/t2001-checkout-cache-clash.sh
index b1c5263a91bd97e548c823301a494a74dbde09fe..0dcab8f1dea0d3d5e4bcebbc0b571fe46c2265e0 100755
(executable)
--- a/
t/t2001-checkout-cache-clash.sh
+++ b/
t/t2001-checkout-cache-clash.sh
@@
-74,7
+74,7
@@
test_debug 'show_files $tree3'
test_expect_success \
'read previously written tree and checkout.' \
'git-read-tree $tree2 && git-checkout-index -f -a'
-test_debug
show_files $tree2
+test_debug
'show_files $tree2'
test_expect_success \
'checking out conflicting path with -f' \