Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-11 Thread Stefano Lattarini
On 11/11/2012 01:58 AM, Felipe Contreras wrote: > > It doesn't seem like zsh listens to that variable in sh mode: > $ zsh -c 'emulate sh; NULLCMD=foobar; > content' > Right; "emulate sh" by itself is probably enough today (autoconf, trying to make its generated scripts extra-portable, tends to ac

Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Felipe Contreras
On Sun, Nov 11, 2012 at 1:19 AM, Stefano Lattarini wrote: > On 11/11/2012 12:11 AM, Felipe Contreras wrote: >> On Sat, Nov 10, 2012 at 11:39 PM, Junio C Hamano wrote: >>> Felipe Contreras writes: >>> On Sat, Nov 10, 2012 at 3:37 PM, Torsten Bögershausen wrote: > The short version

Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Stefano Lattarini
On 11/11/2012 12:11 AM, Felipe Contreras wrote: > On Sat, Nov 10, 2012 at 11:39 PM, Junio C Hamano wrote: >> Felipe Contreras writes: >> >>> On Sat, Nov 10, 2012 at 3:37 PM, Torsten Bögershausen wrote: The short version: echo -n doesn't seem to be portable. The following works for

Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Felipe Contreras
On Sat, Nov 10, 2012 at 11:39 PM, Junio C Hamano wrote: > Felipe Contreras writes: > >> On Sat, Nov 10, 2012 at 3:37 PM, Torsten Bögershausen wrote: >>> The short version: >>> echo -n doesn't seem to be portable. >>> The following works for me: >> >> Right, I was supposed to change that to: >> >

Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Junio C Hamano
Felipe Contreras writes: > On Sat, Nov 10, 2012 at 3:37 PM, Torsten Bögershausen wrote: >> The short version: >> echo -n doesn't seem to be portable. >> The following works for me: > > Right, I was supposed to change that to: > > true > marks-cur && Please make it like so: >marks-cur

Re: t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Felipe Contreras
On Sat, Nov 10, 2012 at 3:37 PM, Torsten Bögershausen wrote: > The short version: > echo -n doesn't seem to be portable. > The following works for me: Right, I was supposed to change that to: true > marks-cur && I don't think the code below works everywhere. > (And is this a typo: test_expec

t9350-fast-export.sh broken on peff/pu under Mac OS X

2012-11-10 Thread Torsten Bögershausen
The short version: echo -n doesn't seem to be portable. The following works for me: (And is this a typo: test_expect_success 'test biridectionality' ') /Torsten diff ../../git.peff/t/t9350-fast-export.sh t9350-fast-export.sh 444,445c444,445 < echo -n > marks-cur && < echo -n > mar