bug-patch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-patch] [PATCH 1/3] test/asymmetric-hunks: perform tests with fuzzy=


From: Steven Drake
Subject: [bug-patch] [PATCH 1/3] test/asymmetric-hunks: perform tests with fuzzy=0.
Date: Fri, 30 Dec 2011 15:39:40 +1300 (NZDT)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Signed-off-by: Steven Drake <address@hidden>
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]