Skip to content

Commit 916e137

Browse files
committed
Merge branch 'maint'
* maint: t3700-add: add a POSIXPERM prerequisite to a new test
2 parents e16a477 + 1ab012c commit 916e137

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)