Make t4101-apply-nonl bring along its patches
authorDennis Stosberg <dennis@stosberg.net>
Sat, 17 Jun 2006 15:02:45 +0000 (17:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 23:06:21 +0000 (16:06 -0700)
commitf0338bbd820f45df51663342827e5aefc4550bf7
treeb519aaf39b15c091521c060513fe0e396eacf8ea
parent175fb6c0406e63a10791ab793cdac2acf185eab0
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>
13 files changed:
t/t4101-apply-nonl.sh
t/t4101/diff.0-1 [new file with mode: 0644]
t/t4101/diff.0-2 [new file with mode: 0644]
t/t4101/diff.0-3 [new file with mode: 0644]
t/t4101/diff.1-0 [new file with mode: 0644]
t/t4101/diff.1-2 [new file with mode: 0644]
t/t4101/diff.1-3 [new file with mode: 0644]
t/t4101/diff.2-0 [new file with mode: 0644]
t/t4101/diff.2-1 [new file with mode: 0644]
t/t4101/diff.2-3 [new file with mode: 0644]
t/t4101/diff.3-0 [new file with mode: 0644]
t/t4101/diff.3-1 [new file with mode: 0644]
t/t4101/diff.3-2 [new file with mode: 0644]