X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4101-apply-nonl.sh;h=026fac8c5534c5a269c1a89088bbe97a4dd30b87;hb=HEAD;hp=380ef15a271bfac2fd33124901757e100511d40a;hpb=8b64647dd9009f52e23e7fdb443b7b8f9502278a;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