Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
do not overwrite files in leading path
[gitweb.git]
/
t
/
t7607-merge-overwrite.sh
diff --git
a/t/t7607-merge-overwrite.sh
b/t/t7607-merge-overwrite.sh
index 77fcaa2e31d2c18c0d51f8ed3499afc9dbb100d4..e49dd8023cf2b244a0831a80f559a016d786820c 100755
(executable)
--- a/
t/t7607-merge-overwrite.sh
+++ b/
t/t7607-merge-overwrite.sh
@@
-100,7
+100,7
@@
test_expect_success 'will not overwrite untracked subtree' '
test_cmp important sub/f/important
'
-test_expect_
failure
'will not overwrite untracked file in leading path' '
+test_expect_
success
'will not overwrite untracked file in leading path' '
git reset --hard c0 &&
rm -rf sub &&
cp important sub &&