From: "Torsten Bögershausen" <tboegi@web.de>
To: Git Mailing List <git@vger.kernel.org>
Cc: "Torsten Bögershausen" <tboegi@web.de>
Subject: Mini bug report origin/pu: t1512 failed on Mac OS X (commit 957d74062c1f0e ?)
Date: Wed, 11 Jul 2012 22:09:02 +0200 [thread overview]
Message-ID: <4FFDDD5E.3080309@web.de> (raw)
The following tweak will make t1512 work on my Mac OS box:
--- a/t/t1512-rev-parse-disambiguation.sh
+++ b/t/t1512-rev-parse-disambiguation.sh
@@ -257,7 +257,7 @@ test_expect_success 'rev-parse --disambiguate' '
# commits created by commit-tree in earlier tests do not share
# the prefix.
git rev-parse --disambiguate=000000000 >actual &&
- test "$(wc -l <actual)" = 16 &&
+ test "$(wc -l <actual)" -eq 16 &&
test "$(sed -e "s/^\(.........\).*/\1/" actual | sort -u)" = 000000000
/Torsten
next reply other threads:[~2012-07-11 20:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 20:09 Torsten Bögershausen [this message]
2012-07-11 23:05 ` Mini bug report origin/pu: t1512 failed on Mac OS X (commit 957d74062c1f0e ?) Junio C Hamano
2012-07-11 23:30 ` Junio C Hamano
2012-07-12 7:21 ` Johannes Sixt
2012-07-12 16:58 ` Junio C Hamano
2012-07-13 22:43 ` Stefano Lattarini
2012-07-13 23:31 ` Junio C Hamano
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=4FFDDD5E.3080309@web.de \
--to=tboegi@web.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.