Merge branch 'en/rebase-backend'

Test fix.

* en/rebase-backend:
  t3419: prevent failure when run with EXPENSIVE
maint
Junio C Hamano 2020-03-21 13:48:54 -07:00
commit 55a7568606
1 changed files with 1 additions and 1 deletions

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
'
}