diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
commit | 5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a (patch) | |
tree | de564d978ea2bbf5484f71ea3f181cb4b0a7f541 /testsuite/patch.tests | |
parent | d206b1651ac4dc4db1d9bbd172a81da0568b42e8 (diff) | |
download | busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.gz busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.bz2 busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/patch.tests')
-rwxr-xr-x | testsuite/patch.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/patch.tests b/testsuite/patch.tests index 39205242c..1d48e90be 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests | |||
@@ -75,12 +75,12 @@ zxc | |||
75 | testing "patch detects already applied hunk" \ | 75 | testing "patch detects already applied hunk" \ |
76 | 'patch 2>&1; echo $?; cat input' \ | 76 | 'patch 2>&1; echo $?; cat input' \ |
77 | "\ | 77 | "\ |
78 | patching file input | ||
78 | Possibly reversed hunk 1 at 4 | 79 | Possibly reversed hunk 1 at 4 |
79 | Hunk 1 FAILED 1/1. | 80 | Hunk 1 FAILED 1/1. |
80 | abc | 81 | abc |
81 | +def | 82 | +def |
82 | 123 | 83 | 123 |
83 | patching file input | ||
84 | 1 | 84 | 1 |
85 | abc | 85 | abc |
86 | def | 86 | def |
@@ -103,12 +103,12 @@ def | |||
103 | testing "patch detects already applied hunk at the EOF" \ | 103 | testing "patch detects already applied hunk at the EOF" \ |
104 | 'patch 2>&1; echo $?; cat input' \ | 104 | 'patch 2>&1; echo $?; cat input' \ |
105 | "\ | 105 | "\ |
106 | patching file input | ||
106 | Possibly reversed hunk 1 at 4 | 107 | Possibly reversed hunk 1 at 4 |
107 | Hunk 1 FAILED 1/1. | 108 | Hunk 1 FAILED 1/1. |
108 | abc | 109 | abc |
109 | 123 | 110 | 123 |
110 | +456 | 111 | +456 |
111 | patching file input | ||
112 | 1 | 112 | 1 |
113 | abc | 113 | abc |
114 | 123 | 114 | 123 |