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
Родитель c452dfa3f8 2da1b05674
Коммит 55a7568606
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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