зеркало из https://github.com/microsoft/git.git
gc: demonstrate failure with stale remote HEAD
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
74b6763816
Коммит
8c845cde99
|
@ -30,4 +30,17 @@ test_expect_success 'gc -h with invalid configuration' '
|
|||
test_i18ngrep "[Uu]sage" broken/usage
|
||||
'
|
||||
|
||||
test_expect_failure 'gc is not aborted due to a stale symref' '
|
||||
git init remote &&
|
||||
(
|
||||
cd remote &&
|
||||
test_commit initial &&
|
||||
git clone . ../client &&
|
||||
git branch -m develop &&
|
||||
cd ../client &&
|
||||
git fetch --prune &&
|
||||
git gc
|
||||
)
|
||||
'
|
||||
|
||||
test_done
|
||||
|
|
Загрузка…
Ссылка в новой задаче