Browse Source

Merge branch 'sg/t4051-fix'

Test fixes.

* sg/t4051-fix:
  t4051-diff-function-context: read the right file
maint
Junio C Hamano 7 years ago
parent
commit
603160b17e
  1. 2
      t/t4051-diff-function-context.sh

2
t/t4051-diff-function-context.sh

@ -174,7 +174,7 @@ test_expect_success ' context does not include other functions' ' @@ -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'

Loading…
Cancel
Save