]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4214-log-graph-octopus.sh
t4214: use test_merge
[thirdparty/git.git] / t / t4214-log-graph-octopus.sh
index dab96c89aa8aa5399fe70da118a0437572e90526..f6e22ec82584d9f2127e68cbbe11aa007f624d54 100755 (executable)
@@ -41,8 +41,7 @@ test_expect_success 'set up merge history' '
                test_commit $i $i $i tag$i || return $?
        done &&
        git checkout 1 -b merge &&
-       test_tick &&
-       git merge -m octopus-merge 1 2 3 4 &&
+       test_merge octopus-merge 1 2 3 4 &&
        git checkout 1 -b L &&
        test_commit left
 '