projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f6c18
)
t3700-add: add a POSIXPERM prerequisite to a new test
author
Johannes Sixt
<j6t@kdbg.org>
Mon, 22 Jun 2009 07:30:38 +0000
(09:30 +0200)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/t/t3700-add.sh
b/t/t3700-add.sh
index 32595fa30c3171495929ceecda3272b963e51bed..fe93ce52e7a8a42fd7f7cfe82bbadf39e1a7d96e 100755
(executable)
--- 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 &&