t9200: Work around HFS+ issues.
commit133f081057a99957d6d34aa1c4fec61e5c5d22d8
authorJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 01:30:58 +0000 (4 17:30 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 21:38:02 +0000 (5 13:38 -0800)
treee59a11b13b808a2184be46edbcc88a940fd6413e
parent798123af21e1660cb606ab730ce721f354957719
t9200: Work around HFS+ issues.

We at least know that the test as written has a problem in an
environment where "touch '$p'; ls | fgrep '$p'" fails, and have
a clear understand why it fails.

This tests if the filesystem has that particular issue we know "git
add" has a problem with, and skips the test in such an environment.
This way, we might catch issues "git add" might have in other environments.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t9200-git-cvsexportcommit.sh