X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4101-apply-nonl.sh;h=026fac8c5534c5a269c1a89088bbe97a4dd30b87;hb=f0338bbd820f45df51663342827e5aefc4550bf7;hp=380ef15a271bfac2fd33124901757e100511d40a;hpb=80bd6f3064a6009cd18a4dab9ce6d29681cec4af;p=git.git diff --git a/t/t4101-apply-nonl.sh b/t/t4101-apply-nonl.sh index 380ef15a..026fac8c 100755 --- a/t/t4101-apply-nonl.sh +++ b/t/t4101-apply-nonl.sh @@ -20,13 +20,11 @@ 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