]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6009-rev-list-parent.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / t6009-rev-list-parent.sh
index 63fa7c83130ba371913ac07db1f95d3e57991d35..5a67bbc760fdc8c2b53dc7721a144e033bf8e934 100755 (executable)
@@ -124,7 +124,7 @@ test_expect_success 'dodecapus' '
                git checkout -b root$i five &&
                test_commit $i &&
                roots="$roots root$i" ||
-               return
+               return 1
        done &&
        git checkout main &&
        test_tick &&
@@ -142,8 +142,8 @@ test_expect_success 'ancestors with the same commit time' '
 
        test_tick_keep=$test_tick &&
        for i in 1 2 3 4 5 6 7 8; do
-               test_tick=$test_tick_keep
-               test_commit t$i
+               test_tick=$test_tick_keep &&
+               test_commit t$i || return 1
        done &&
        git rev-list t1^! --not t$i >result &&
        test_must_be_empty result