Skip to content
Snippets Groups Projects
Commit 603160b1 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'sg/t4051-fix'

Test fixes.

* sg/t4051-fix:
  t4051-diff-function-context: read the right file
parents 1392c5d2 c8b35b95
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment