3 test_description='recursive merge corner cases'
17 test_expect_success setup '
18 ten="0 1 2 3 4 5 6 7 8 9" &&
21 echo line $i in a sample file
25 echo line $i in another sample file
28 test_tick && git commit -m initial &&
33 test_tick && git commit -m R1 &&
37 test_tick && git commit -m L1 &&
40 test_tick && git merge -s ours R1 &&
44 test_tick && git merge -s ours L1 &&
48 test_expect_success merge '
52 test_must_fail git merge -s recursive R2^0