Merge branch 'tg/add-chmod+x-fix'
A hot-fix for a test added by a recent topic that went to both 'master' and 'maint' already. * tg/add-chmod+x-fix: t3700: fix broken test under !SANITY
This commit is contained in:
@ -350,6 +350,7 @@ test_expect_success POSIXPERM,SYMLINKS 'git add --chmod=+x with symlinks' '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success 'git add --chmod=[+-]x changes index with already added file' '
|
test_expect_success 'git add --chmod=[+-]x changes index with already added file' '
|
||||||
|
rm -f foo3 xfoo3 &&
|
||||||
echo foo >foo3 &&
|
echo foo >foo3 &&
|
||||||
git add foo3 &&
|
git add foo3 &&
|
||||||
git add --chmod=+x foo3 &&
|
git add --chmod=+x foo3 &&
|
||||||
|
Reference in New Issue
Block a user