summaryrefslogtreecommitdiff
path: root/t/t4101/diff.0-3
diff options
context:
space:
mode:
authorLibravatar Dennis Stosberg <dennis@stosberg.net>2006-06-17 17:02:45 +0200
committerLibravatar Junio C Hamano <junkio@cox.net>2006-06-17 16:06:21 -0700
commitf0338bbd820f45df51663342827e5aefc4550bf7 (patch)
treeb519aaf39b15c091521c060513fe0e396eacf8ea /t/t4101/diff.0-3
parentUpdate gitweb README: gitweb is now included with git (diff)
downloadtgif-f0338bbd820f45df51663342827e5aefc4550bf7.tar.xz
Make t4101-apply-nonl bring along its patches
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>
Diffstat (limited to 't/t4101/diff.0-3')
-rw-r--r--t/t4101/diff.0-38
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t4101/diff.0-3 b/t/t4101/diff.0-3
new file mode 100644
index 0000000000..b281c43e5b
--- /dev/null
+++ b/t/t4101/diff.0-3
@@ -0,0 +1,8 @@
+--- a/frotz
++++ b/frotz
+@@ -1,2 +1,3 @@
+ a
+-b
++c
++b
+\ No newline at end of file