From 5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Jun 2020 21:28:19 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- testsuite/patch.tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/patch.tests') 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 testing "patch detects already applied hunk" \ 'patch 2>&1; echo $?; cat input' \ "\ +patching file input Possibly reversed hunk 1 at 4 Hunk 1 FAILED 1/1. abc +def 123 -patching file input 1 abc def @@ -103,12 +103,12 @@ def testing "patch detects already applied hunk at the EOF" \ 'patch 2>&1; echo $?; cat input' \ "\ +patching file input Possibly reversed hunk 1 at 4 Hunk 1 FAILED 1/1. abc 123 +456 -patching file input 1 abc 123 -- cgit v1.2.3