X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4101-apply-nonl.sh;h=da8abcf36418dbd2e9d8ec85871c245991f96fda;hb=da0204df587ae76cd291bc7e495fc60d873c2f20;hp=26b131d0d5567a05e4ce7f386a06147e7b64fd88;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3;p=git.git diff --git a/t/t4101-apply-nonl.sh b/t/t4101-apply-nonl.sh index 26b131d0d..da8abcf36 100755 --- a/t/t4101-apply-nonl.sh +++ b/t/t4101-apply-nonl.sh @@ -3,7 +3,7 @@ # Copyright (c) 2005 Junio C Hamano # -test_description='git-apply should handle files with incomplete lines. +test_description='git apply should handle files with incomplete lines. ' . ./test-lib.sh @@ -20,14 +20,10 @@ do for j in 0 1 2 3 do test $i -eq $j && continue - diff -u frotz.$i frotz.$j | - sed -e ' - /^---/s|.*|--- a/frotz| - /^+++/s|.*|+++ b/frotz|' >diff.$i-$j cat frotz.$i >frotz test_expect_success \ "apply diff between $i and $j" \ - "git-apply