Test fixes.

* sg/t4051-fix:
  t4051-diff-function-context: read the right file
This commit is contained in:
Junio C Hamano 2018-08-27 14:33:45 -07:00
Родитель 1392c5d289 c8b35b95e1
Коммит 603160b17e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -174,7 +174,7 @@ test_expect_success ' context does not include other functions' '
'
test_expect_success ' context does not include preceding empty lines' '
test "$(first_context_line <long_common_tail.diff.diff)" != " "
test "$(first_context_line <long_common_tail.diff)" != " "
'
check_diff changed_hello_appended 'changed function plus appended function'