On Tue, Feb 23, 2016 at 06:44:55PM +0100, Matthieu Moy wrote: > Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> > --- > t/t4001-diff-rename.sh | 38 +++++++++++++++++++++----------------- > 1 file changed, 21 insertions(+), 17 deletions(-) > > diff --git a/t/t4001-diff-rename.sh b/t/t4001-diff-rename.sh > index 2f327b7..bfb364c 100755 > --- a/t/t4001-diff-rename.sh > +++ b/t/t4001-diff-rename.sh > @@ -9,7 +9,9 @@ test_description='Test rename detection in diff engine. > . ./test-lib.sh > . "$TEST_DIRECTORY"/diff-lib.sh > > -echo >path0 'Line 1 > +test_expect_success 'setup' ' > + cat >path0 <<\EOF && > +Line 1 > Line 2 > Line 3 > Line 4 Should we use "<<-" here (and elsewhere) to indent the sample lines? It makes your diff bigger, but I think the end result is much easier to read. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html