Skip t6031 if executable bit does not work.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2008-03-18 09:05:17 +01:00
parent a1030beb30
commit 46a2df8d4f

View File

@@ -3,6 +3,11 @@
test_description='merge-recursive: handle file mode'
. ./test-lib.sh
if test "$(git config --bool core.filemode)" = false; then
say "executable bit not honored - skipping tests"
test_done
fi
test_expect_success 'mode change in one branch: keep changed version' '
: >file1 &&
git add file1 &&