patch: uncomment the test which we actually do pass now
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c9b9750a0e
commit
3f75d7bfd2
@ -100,13 +100,15 @@ def
|
|||||||
123
|
123
|
||||||
" \
|
" \
|
||||||
|
|
||||||
# Currently fails (erroneously appends second "456" line):
|
testing "patch detects already applied hunk at the EOF" \
|
||||||
false && testing "patch detects already applied hunk" \
|
|
||||||
'patch 2>&1; echo $?; cat input' \
|
'patch 2>&1; echo $?; cat input' \
|
||||||
"\
|
"\
|
||||||
|
Possibly reversed hunk 1 at 3
|
||||||
|
Hunk 1 FAILED 1/1.
|
||||||
|
abc
|
||||||
|
123
|
||||||
|
+456
|
||||||
patching file input
|
patching file input
|
||||||
patch: hunk #1 FAILED at 2
|
|
||||||
patch: 1 out of 1 hunk FAILED
|
|
||||||
1
|
1
|
||||||
abc
|
abc
|
||||||
123
|
123
|
||||||
|
Loading…
Reference in New Issue
Block a user