disable post-checkout test on Cygwin
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 17 Mar 2009 16:22:53 +0000 (17:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2009 20:36:24 +0000 (13:36 -0700)
It is broken because of the tricks we have to play with
lstat to get the bearable perfomance out of the call.
Sadly, it disables access to Cygwin's executable attribute,
which Windows filesystems do not have at all.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found