Re: EOF test fixes (t5615/t7004)

2017-03-22 Thread Junio C Hamano
Jan Palus writes: > diff -ur git-2.12.0.orig/t/t7004-tag.sh git-2.12.0/t/t7004-tag.sh > --- git-2.12.0.orig/t/t7004-tag.sh2017-02-25 14:10:53.059367179 +0100 > +++ git-2.12.0/t/t7004-tag.sh 2017-02-25 14:11:45.105827700 +0100 > @@ -880,17 +880,17 @@ > ' > >

Re: EOF test fixes (t5615/t7004)

2017-03-22 Thread Stefan Beller
On Wed, Mar 22, 2017 at 10:35 AM, Jan Palus wrote: > Hi, > > attached patch fixes 2 out of 3 tests failing in my env -- missing EOF, > incorrectly placed "&&" after EOF. One test seems to be incorrect as it > fails even after fixing. I suspect the main difference between my

EOF test fixes (t5615/t7004)

2017-03-22 Thread Jan Palus
Hi, attached patch fixes 2 out of 3 tests failing in my env -- missing EOF, incorrectly placed "&&" after EOF. One test seems to be incorrect as it fails even after fixing. I suspect the main difference between my env and others is in shell used -- mksh in my case and probably bash in others.