From: Catalin Marinas <catalin.marinas@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH] Add a test-case for git-apply trying to add an ending line
Date: Tue, 23 May 2006 22:48:36 +0100 [thread overview]
Message-ID: <20060523214836.22628.2179.stgit@localhost.localdomain> (raw)
From: Catalin Marinas <catalin.marinas@gmail.com>
git-apply adding an ending line doesn't seem to fail if the ending line is
already present in the patched file.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
---
t/t4113-apply-ending.sh | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/t/t4113-apply-ending.sh b/t/t4113-apply-ending.sh
new file mode 100755
index 0000000..d021ae8
--- /dev/null
+++ b/t/t4113-apply-ending.sh
@@ -0,0 +1,35 @@
+#!/bin/sh
+#
+# Copyright (c) 2006 Catalin Marinas
+#
+
+test_description='git-apply trying to add an ending line.
+
+'
+. ./test-lib.sh
+
+# setup
+
+cat >test-patch <<\EOF
+diff --git a/file b/file
+--- a/file
++++ b/file
+@@ -1,2 +1,3 @@
+ a
+ b
++c
+EOF
+
+echo 'a' >file
+echo 'b' >>file
+echo 'c' >>file
+
+test_expect_success setup \
+ 'git-update-index --add file'
+
+# test
+
+test_expect_failure apply \
+ 'git-apply --index test-patch'
+
+test_done
next reply other threads:[~2006-05-23 21:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-23 21:48 Catalin Marinas [this message]
2006-05-24 0:31 ` [PATCH] Add a test-case for git-apply trying to add an ending line Junio C Hamano
2006-05-24 1:09 ` Junio C Hamano
2006-05-24 1:09 ` Junio C Hamano
2006-05-24 2:08 ` Linus Torvalds
2006-05-24 2:17 ` Linus Torvalds
2006-05-24 4:59 ` Junio C Hamano
2006-05-24 13:32 ` Catalin Marinas
2006-05-24 14:49 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060523214836.22628.2179.stgit@localhost.localdomain \
--to=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).