* 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
Родитель e16a4779b3 1ab012cf81
Коммит 916e1373fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 &&