From 3f75d7bfd2c7fc28256f7ce21ee3d8acb7f6a2e1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Aug 2010 02:56:32 +0200 Subject: patch: uncomment the test which we actually do pass now Signed-off-by: Denys Vlasenko --- testsuite/patch.tests | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'testsuite/patch.tests') diff --git a/testsuite/patch.tests b/testsuite/patch.tests index e663b32a3..f55b53f61 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests @@ -100,13 +100,15 @@ def 123 " \ -# Currently fails (erroneously appends second "456" line): -false && testing "patch detects already applied hunk" \ +testing "patch detects already applied hunk at the EOF" \ 'patch 2>&1; echo $?; cat input' \ "\ +Possibly reversed hunk 1 at 3 +Hunk 1 FAILED 1/1. + abc + 123 ++456 patching file input -patch: hunk #1 FAILED at 2 -patch: 1 out of 1 hunk FAILED 1 abc 123 -- cgit v1.2.3