X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4101-apply-nonl.sh;h=026fac8c5534c5a269c1a89088bbe97a4dd30b87;hb=f0338bbd820f45df51663342827e5aefc4550bf7;hp=26b131d0d5567a05e4ce7f386a06147e7b64fd88;hpb=175fb6c0406e63a10791ab793cdac2acf185eab0;p=git.git diff --git a/t/t4101-apply-nonl.sh b/t/t4101-apply-nonl.sh index 26b131d0..026fac8c 100755 --- a/t/t4101-apply-nonl.sh +++ b/t/t4101-apply-nonl.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