Skip to content

Commit dce97d6

Browse files
committed
Merge branch 'tg/add-chmod+x-fix' into maint
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
2 parents c838696 + 76e368c commit dce97d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3700-add.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ test_expect_success POSIXPERM,SYMLINKS 'git add --chmod=+x with symlinks' '
350350
'
351351

352352
test_expect_success 'git add --chmod=[+-]x changes index with already added file' '
353+
rm -f foo3 xfoo3 &&
353354
echo foo >foo3 &&
354355
git add foo3 &&
355356
git add --chmod=+x foo3 &&

0 commit comments

Comments
 (0)