Signed-off-by: Steven Drake <[email protected]> --- tests/asymmetric-hunks | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/tests/asymmetric-hunks b/tests/asymmetric-hunks index 53f7b90..aff01f4 100644 --- a/tests/asymmetric-hunks +++ b/tests/asymmetric-hunks @@ -27,14 +27,14 @@ EOF seq 1 5 > a -check 'patch < a.diff' <<EOF +check 'patch -F0 < a.diff' <<EOF patching file a -Hunk #1 succeeded at 2 with fuzz 1 (offset 1 line). +Hunk #1 succeeded at 2 (offset 1 line). EOF seq 2 5 > a -check 'patch < a.diff' <<EOF +check 'patch -F0 < a.diff' <<EOF patching file a EOF @@ -54,7 +54,7 @@ EOF seq 1 5 > a -check 'patch < a.diff' <<EOF +check 'patch -F0 < a.diff' <<EOF patching file a EOF @@ -75,7 +75,6 @@ EOF seq 1 5 > a -check 'patch < a.diff' <<EOF +check 'patch -F0 < a.diff' <<EOF patching file a -Hunk #1 succeeded at 2 with fuzz 1. EOF -- 1.7.6.3
