Merge branch 'sb/t3600-rephrase' into maint

A test retitling.

* sb/t3600-rephrase:
  t3600: rename test to describe its functionality
This commit is contained in:
Junio C Hamano 2017-03-28 13:52:29 -07:00
Родитель 04b4f7d579 70471ed9bb
Коммит 88fb4aa23a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -658,7 +658,7 @@ test_expect_success 'rm of a populated nested submodule with nested untracked fi
test_cmp expect actual test_cmp expect actual
' '
test_expect_success 'rm of a populated nested submodule with a nested .git directory fails even when forced' ' test_expect_success "rm absorbs submodule's nested .git directory" '
git reset --hard && git reset --hard &&
git submodule update --recursive && git submodule update --recursive &&
(cd submod/subsubmod && (cd submod/subsubmod &&