Fix t6031 on filesystems without working exec bit
commit28f880241782024ecb212f1641c8dc487124523b
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 18 May 2008 14:57:27 +0000 (18 16:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2008 17:14:51 +0000 (21 10:14 -0700)
tree094ead4e8c18f09c62dc9c1f6cfc5bb2559a6a26
parent4be1fe1b944e568f47efcb9d1beb8639f50b723f
Fix t6031 on filesystems without working exec bit

The point of the test is not really to test the ability of the
filesystem to keep the given x-bit, but to check is merge-recursive
correctly handles it.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6031-merge-recursive.sh