Skip to content

Commit a7a5590

Browse files
Denton-Lgitster
authored andcommitted
t4214: use test_merge
In the previous commit, we extended test_merge() so that it could perform octopus merges. Now that the restriction is lifted, use test_merge() to perform the octopus merge instead of manually duplicating test_merge() functionality. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94ba151 commit a7a5590

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/t4214-log-graph-octopus.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ test_expect_success 'set up merge history' '
4141
test_commit $i $i $i tag$i || return $?
4242
done &&
4343
git checkout 1 -b merge &&
44-
test_tick &&
45-
git merge -m octopus-merge 1 2 3 4 &&
44+
test_merge octopus-merge 1 2 3 4 &&
4645
git checkout 1 -b L &&
4746
test_commit left
4847
'

0 commit comments

Comments
 (0)