Merge branch 'maint'

* maint:
  t3700-add: add a POSIXPERM prerequisite to a new test
maint
Junio C Hamano 2009-06-22 00:44:34 -07:00
commit 916e1373fb
1 changed files with 1 additions and 1 deletions

View File

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