Skip to content

Commit 1ab012c

Browse files
j6tgitster
authored andcommitted
t3700-add: add a POSIXPERM prerequisite to a new test
The new test does a 'chmod 0', which does not have the intended effect on Windows. Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d1f6c18 commit 1ab012c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3700-add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ test_expect_success POSIXPERM 'git add (add.ignore-errors = false)' '
223223
'
224224
rm -f foo2
225225

226-
test_expect_success '--no-ignore-errors overrides config' '
226+
test_expect_success POSIXPERM '--no-ignore-errors overrides config' '
227227
git config add.ignore-errors 1 &&
228228
git reset --hard &&
229229
date >foo1 &&

0 commit comments

Comments
 (0)