Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/add-chmod+x-fix' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Oct 2016 16:01:19 +0000
(09:01 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Oct 2016 16:01:19 +0000
(09:01 -0700)
A hot-fix for a test added by a recent topic that went to both
'master' and 'maint' already.
* tg/add-chmod+x-fix:
t3700: fix broken test under !SANITY
t/t3700-add.sh
patch
|
blob
|
history
raw
(from parent 1:
c838696
)
diff --git
a/t/t3700-add.sh
b/t/t3700-add.sh
index 924a26612681817156e54f4c1bc4a89e7cb5e8de..53c0cb6dea686ac872c219b746a0c24b3d505416 100755
(executable)
--- a/
t/t3700-add.sh
+++ b/
t/t3700-add.sh
@@
-350,6
+350,7
@@
test_expect_success POSIXPERM,SYMLINKS 'git add --chmod=+x with symlinks' '
'
test_expect_success 'git add --chmod=[+-]x changes index with already added file' '
+ rm -f foo3 xfoo3 &&
echo foo >foo3 &&
git add foo3 &&
git add --chmod=+x foo3 &&