Merge branch 'maint'

* maint:
  t3700-add: add a POSIXPERM prerequisite to a new test
This commit is contained in:
Junio C Hamano
2009-06-22 00:44:34 -07:00

View File

@ -223,7 +223,7 @@ test_expect_success POSIXPERM 'git add (add.ignore-errors = false)' '
'
rm -f foo2
test_expect_success '--no-ignore-errors overrides config' '
test_expect_success POSIXPERM '--no-ignore-errors overrides config' '
git config add.ignore-errors 1 &&
git reset --hard &&
date >foo1 &&