mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Skip t6031 if executable bit does not work.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user