Merge branch 'en/rebase-backend'

Test fix.

* en/rebase-backend:
  t3419: prevent failure when run with EXPENSIVE
This commit is contained in:
Junio C Hamano 2020-03-21 13:48:54 -07:00
commit 55a7568606

View File

@ -91,7 +91,7 @@ do_tests () {
git commit -q -m squashed &&
git checkout -q other^{} &&
test_must_fail git rebase squashed &&
rm -rf .git/rebase-apply
git rebase --quit
'
}