git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* t9350-fast-export.sh  broken on peff/pu under Mac OS X
@ 2012-11-10 14:37 Torsten Bögershausen
  2012-11-10 19:17 ` Felipe Contreras
  0 siblings, 1 reply; 7+ messages in thread
From: Torsten Bögershausen @ 2012-11-10 14:37 UTC (permalink / raw)
  To: felipe.contreras, Git Mailing List; +Cc: 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 > marks-new &&
---
>       > marks-cur &&
>       > marks-new &&
464c464
<       echo -n > tmp-marks &&
---
>       > tmp-marks &&
474c474
<       echo -n > expected &&
---
>       > expected &&

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-11  9:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 14:37 t9350-fast-export.sh broken on peff/pu under Mac OS X Torsten Bögershausen
2012-11-10 19:17 ` Felipe Contreras
2012-11-10 22:39   ` Junio C Hamano
2012-11-10 23:11     ` Felipe Contreras
2012-11-11  0:19       ` Stefano Lattarini
2012-11-11  0:58         ` Felipe Contreras
2012-11-11  9:32           ` Stefano Lattarini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).