From: "Torsten Bögershausen" <tboegi@web.de>
To: felipe.contreras@gmail.com, Git Mailing List <git@vger.kernel.org>
Cc: "Torsten Bögershausen" <tboegi@web.de>
Subject: t9350-fast-export.sh broken on peff/pu under Mac OS X
Date: Sat, 10 Nov 2012 15:37:36 +0100 [thread overview]
Message-ID: <509E66B0.3040308@web.de> (raw)
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 &&
next reply other threads:[~2012-11-10 14:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-10 14:37 Torsten Bögershausen [this message]
2012-11-10 19:17 ` t9350-fast-export.sh broken on peff/pu under Mac OS X 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=509E66B0.3040308@web.de \
--to=tboegi@web.de \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).