Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  t3700-add: add a POSIXPERM prerequisite to a new test
  • Loading branch information
Junio C Hamano committed Jun 22, 2009
2 parents e16a477 + 1ab012c commit 916e137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3700-add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 916e137

Please sign in to comment.