aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/patch.tests10
1 files changed, 6 insertions, 4 deletions
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
100 123 100 123
101" \ 101" \
102 102
103# Currently fails (erroneously appends second "456" line): 103testing "patch detects already applied hunk at the EOF" \
104false && testing "patch detects already applied hunk" \
105 'patch 2>&1; echo $?; cat input' \ 104 'patch 2>&1; echo $?; cat input' \
106"\ 105"\
106Possibly reversed hunk 1 at 3
107Hunk 1 FAILED 1/1.
108 abc
109 123
110+456
107patching file input 111patching file input
108patch: hunk #1 FAILED at 2
109patch: 1 out of 1 hunk FAILED
1101 1121
111abc 113abc
112123 114123