Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/t4051-fix'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:45 +0000
(14:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:45 +0000
(14:33 -0700)
Test fixes.
* sg/t4051-fix:
t4051-diff-function-context: read the right file
t/t4051-diff-function-context.sh
patch
|
blob
|
history
raw
(from parent 1:
1392c5d
)
diff --git
a/t/t4051-diff-function-context.sh
b/t/t4051-diff-function-context.sh
index 2d76a971c43f6850a1f443eab3e91bf3762fe952..4838a1df8b4369dc5024cdd7929d851b76482805 100755
(executable)
--- 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'