diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-08-27 14:33:45 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-27 14:33:45 -0700 |
| commit | 603160b17e1884da3584dc5b424ecea4865c3d52 (patch) | |
| tree | 3888af77ead1b81baa11c1db77429929f96c0c58 /t/t4051-diff-function-context.sh | |
| parent | Merge branch 'js/larger-timestamps' (diff) | |
| parent | t4051-diff-function-context: read the right file (diff) | |
| download | git-603160b17e1884da3584dc5b424ecea4865c3d52.tar.gz git-603160b17e1884da3584dc5b424ecea4865c3d52.zip | |
Merge branch 'sg/t4051-fix'
Test fixes.
* sg/t4051-fix:
t4051-diff-function-context: read the right file
Diffstat (limited to 't/t4051-diff-function-context.sh')
| -rwxr-xr-x | t/t4051-diff-function-context.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4051-diff-function-context.sh b/t/t4051-diff-function-context.sh index 2d76a971c4..4838a1df8b 100755 --- a/t/t4051-diff-function-context.sh +++ b/t/t4051-diff-function-context.sh @@ -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' |
