summaryrefslogtreecommitdiff
path: root/t/t4051-diff-function-context.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-27 21:33:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-27 21:33:45 (GMT)
commit603160b17e1884da3584dc5b424ecea4865c3d52 (patch)
tree3888af77ead1b81baa11c1db77429929f96c0c58 /t/t4051-diff-function-context.sh
parent1392c5d28935a3aa25367df52adf4ca1e3c5724e (diff)
parentc8b35b95e1990df7d325e08cf35e59f8eb77cf48 (diff)
downloadgit-603160b17e1884da3584dc5b424ecea4865c3d52.zip
git-603160b17e1884da3584dc5b424ecea4865c3d52.tar.gz
git-603160b17e1884da3584dc5b424ecea4865c3d52.tar.bz2
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-xt/t4051-diff-function-context.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4051-diff-function-context.sh b/t/t4051-diff-function-context.sh
index 2d76a97..4838a1d 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'