From: Johannes Sixt Date: Mon, 22 Jun 2009 07:30:38 +0000 (+0200) Subject: t3700-add: add a POSIXPERM prerequisite to a new test X-Git-Tag: v1.6.4-rc0~10^2~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ab012cf811abba5745fa0da70db963decd65f21;p=git.git t3700-add: add a POSIXPERM prerequisite to a new test The new test does a 'chmod 0', which does not have the intended effect on Windows. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/t/t3700-add.sh b/t/t3700-add.sh index 32595fa30..fe93ce52e 100755 --- a/t/t3700-add.sh +++ b/t/t3700-add.sh @@ -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 &&