author | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Feb 2007 01:30:58 +0000 (17:30 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Feb 2007 21:38:02 +0000 (13:38 -0800) | ||
commit | 133f081057a99957d6d34aa1c4fec61e5c5d22d8 | |
tree | e59a11b13b808a2184be46edbcc88a940fd6413e | tree | snapshot |
parent | 798123af21e1660cb606ab730ce721f354957719 | commit | diff |
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>
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 | diff | blob | history |