summaryrefslogtreecommitdiff
path: root/t/t3433-rebase-across-mode-change.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t3433-rebase-across-mode-change.sh')
-rwxr-xr-xt/t3433-rebase-across-mode-change.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3433-rebase-across-mode-change.sh b/t/t3433-rebase-across-mode-change.sh
index f11fc35..05df964 100755
--- a/t/t3433-rebase-across-mode-change.sh
+++ b/t/t3433-rebase-across-mode-change.sh
@@ -33,7 +33,7 @@ test_expect_success 'rebase changes with the apply backend' '
git rebase side1
'
-test_expect_failure 'rebase changes with the merge backend' '
+test_expect_success 'rebase changes with the merge backend' '
test_when_finished "git rebase --abort || true" &&
git checkout -b merge-backend side2 &&
git rebase -m side1