On Sat, Jan 05, 2013 at 12:07:24PM +0100, Torsten Bögershausen wrote:

> TC 9 is failing (Mac OS X 10.6),

Yeah, I can reproduce the problem here on my OS X test box. It seems to
be related to core.ignorecase. If you put

  git config core.ignorecase false

at the top of t7061, it passes on OS X. Likewise, if you set it to true,
it will start failing on Linux.

So it looks like a real bug, not a test-portability issue.

> Looking into the code, there are 2 questions:
> 
> 1) echo "ignored" >.gitignore &&
>   We don't need the quoting of a simple string which does not have space in 
> it.

No, but it does not hurt anything.

> 2)  : >untracked/ignored &&
> Do we need the colon here?

No, but it does not hurt anything.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to