Skip to content

Commit 603160b

Browse files
committed
Merge branch 'sg/t4051-fix'
Test fixes. * sg/t4051-fix: t4051-diff-function-context: read the right file
2 parents 1392c5d + c8b35b9 commit 603160b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4051-diff-function-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test_expect_success ' context does not include other functions' '
174174
'
175175

176176
test_expect_success ' context does not include preceding empty lines' '
177-
test "$(first_context_line <long_common_tail.diff.diff)" != " "
177+
test "$(first_context_line <long_common_tail.diff)" != " "
178178
'
179179

180180
check_diff changed_hello_appended 'changed function plus appended function'

0 commit comments

Comments
 (0)