X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4101-apply-nonl.sh;h=026fac8c5534c5a269c1a89088bbe97a4dd30b87;hb=210a0be504829bad5a2821488d3c25cc406fed4a;hp=26b131d0d5567a05e4ce7f386a06147e7b64fd88;hpb=b4a081b428c607f98c5d0a0eec8d543dc1f2abcd;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