Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing test
author
Ævar Arnfjörð Bjarmason
<avarab@gmail.com>
Tue, 27 Jul 2010 16:54:58 +0000
(16:54 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 27 Jul 2010 19:51:35 +0000
(12:51 -0700)
Various merge-recursive cases were fixed in "merge-recursive: Fix D/F
conflicts" by Elijah Newren. Some tests were changed from
test_expect_failure to test_expect_success, but one fell through the
cracks.
Change that test to use test_expect_success.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6035-merge-dir-to-symlink.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
253fb5f
)
diff --git
a/t/t6035-merge-dir-to-symlink.sh
b/t/t6035-merge-dir-to-symlink.sh
index f6972bed06d088e8346e79658abe3f66d048e590..40c4f4a9b6272075de1ef701474e8621477d7d2c 100755
(executable)
--- a/
t/t6035-merge-dir-to-symlink.sh
+++ b/
t/t6035-merge-dir-to-symlink.sh
@@
-72,7
+72,7
@@
test_expect_success 'Handle F/D conflict, do not lose a/b-2/c/d in merge (resolv
test -f a/b-2/c/d
'
-test_expect_
failure
'Handle F/D conflict, do not lose a/b-2/c/d in merge (recursive)' '
+test_expect_
success
'Handle F/D conflict, do not lose a/b-2/c/d in merge (recursive)' '
git reset --hard &&
git checkout master^0 &&
git merge -s recursive baseline^0 &&