File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -457,22 +457,22 @@ test_expect_success 'thread deep cover-letter in-reply-to' '
457
457
'
458
458
459
459
test_expect_success ' thread via config' '
460
- git config format.thread true &&
460
+ test_config format.thread true &&
461
461
check_threading expect.thread master
462
462
'
463
463
464
464
test_expect_success ' thread deep via config' '
465
- git config format.thread deep &&
465
+ test_config format.thread deep &&
466
466
check_threading expect.deep master
467
467
'
468
468
469
469
test_expect_success ' thread config + override' '
470
- git config format.thread deep &&
470
+ test_config format.thread deep &&
471
471
check_threading expect.thread --thread master
472
472
'
473
473
474
474
test_expect_success ' thread config + --no-thread' '
475
- git config format.thread deep &&
475
+ test_config format.thread deep &&
476
476
check_threading expect.no-threading --no-thread master
477
477
'
478
478
You can’t perform that action at this time.
0 commit comments