mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
f0338bbd82
Some versions of "diff" (e.g. on FreeBSD and older Linux systems) do not support the "\ No newline at end of file" remark and are not able to generate the patches needed for this test. This lets the test fail, although git-apply is working perfectly. This patch adds the pre-generated patches to t/t4100/ and makes the test use them. Signed-off-by: Dennis Stosberg <dennis@stosberg.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
7 lines
77 B
Text
7 lines
77 B
Text
--- a/frotz
|
|
+++ b/frotz
|
|
@@ -1,2 +1,3 @@
|
|
a
|
|
+c
|
|
b
|
|
\ No newline at end of file
|