]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3415-rebase-autosquash.sh
rebase -i: rearrange fixup/squash lines using the rebase--helper
[thirdparty/git.git] / t / t3415-rebase-autosquash.sh
index 62cb977e4ecb08f6607d47209f99c10bdb824144..e364c12622f8566c3c99370de25ec5659a1e1546 100755 (executable)
@@ -290,7 +290,7 @@ set_backup_editor () {
        test_set_editor "$PWD/backup-editor.sh"
 }
 
-test_expect_failure 'autosquash with multiple empty patches' '
+test_expect_success 'autosquash with multiple empty patches' '
        test_tick &&
        git commit --allow-empty -m "empty" &&
        test_tick &&