зеркало из https://github.com/microsoft/git.git
Merge branch 'ph/format-patch-no-color'
* ph/format-patch-no-color: t4014: clean up format.thread config after each test
This commit is contained in:
Коммит
9b502a371e
|
@ -457,22 +457,22 @@ test_expect_success 'thread deep cover-letter in-reply-to' '
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'thread via config' '
|
test_expect_success 'thread via config' '
|
||||||
git config format.thread true &&
|
test_config format.thread true &&
|
||||||
check_threading expect.thread master
|
check_threading expect.thread master
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'thread deep via config' '
|
test_expect_success 'thread deep via config' '
|
||||||
git config format.thread deep &&
|
test_config format.thread deep &&
|
||||||
check_threading expect.deep master
|
check_threading expect.deep master
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'thread config + override' '
|
test_expect_success 'thread config + override' '
|
||||||
git config format.thread deep &&
|
test_config format.thread deep &&
|
||||||
check_threading expect.thread --thread master
|
check_threading expect.thread --thread master
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'thread config + --no-thread' '
|
test_expect_success 'thread config + --no-thread' '
|
||||||
git config format.thread deep &&
|
test_config format.thread deep &&
|
||||||
check_threading expect.no-threading --no-thread master
|
check_threading expect.no-threading --no-thread master
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче