disable post-checkout test on Cygwin
commitd42ec126aa717d00549e387d5a95fd55683c2e2c
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 17 Mar 2009 16:22:53 +0000 (17 17:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2009 20:36:24 +0000 (17 13:36 -0700)
tree656c666afece4c7f31327b125bb00e7b0e7175ca
parent7be401e069758cc36d335241d9b80f9aeebf58c7
disable post-checkout test on Cygwin

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>
t/t5403-post-checkout-hook.sh