t9200: do not test -x bit if the filesystem does not support it.
commit3c23d66fc30e8805a2b66708acd3f0da921085ba
authorJunio C Hamano <junkio@cox.net>
Wed, 31 Jan 2007 22:25:52 +0000 (31 14:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 Jan 2007 22:25:52 +0000 (31 14:25 -0800)
tree3bbca0ebfb820914dc009a01ea926b5a56513100
parent1a91ebf917448bcd79d2f9383d898c94ba4953ad
t9200: do not test -x bit if the filesystem does not support it.

The last test in t9200 wants to see if executable bit is
retained, which has no chance of succeeding on a filesystem that
does not handle executable bit correctly.

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