Imported Upstream version 2.15.0
[platform/upstream/git.git] / t / t3202-show-branch-octopus.sh
index 0a5d5e6..6adf478 100755 (executable)
@@ -19,7 +19,7 @@ test_expect_success 'setup' '
                > file$i &&
                git add file$i &&
                test_tick &&
-               git commit -m branch$i || break
+               git commit -m branch$i || return 1
        done
 
 '