Code

t3700-add: add a POSIXPERM prerequisite to a new test
authorJohannes Sixt <j6t@kdbg.org>
Mon, 22 Jun 2009 07:30:38 +0000 (09:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2009 07:44:14 +0000 (00:44 -0700)
The new test does a 'chmod 0', which does not have the intended
effect on Windows.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3700-add.sh

index 32595fa30c3171495929ceecda3272b963e51bed..fe93ce52e7a8a42fd7f7cfe82bbadf39e1a7d96e 100755 (executable)
@@ -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 &&