summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d95bf0)
raw | patch | inline | side by side (parent: 3d95bf0)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 5 Nov 2005 21:08:18 +0000 (13:08 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 5 Nov 2005 21:08:18 +0000 (13:08 -0800) |
We checked the result of patch application for full permission bits,
when the only thing we cared about was to make sure the executable
bit was correctly set.
Noticed by Peter Baumann.
Signed-off-by: Junio C Hamano <junkio@cox.net>
when the only thing we cared about was to make sure the executable
bit was correctly set.
Noticed by Peter Baumann.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4102-apply-rename.sh | patch | blob | history |
index 530cc4d2a38c6f4af92097dfe524029ef6a3a6bf..0401d7bbc6e416d2d44b8315ffd70125edca55c0 100755 (executable)
--- a/t/t4102-apply-rename.sh
+++ b/t/t4102-apply-rename.sh
'git-apply --index --stat --summary --apply test-patch'
test_expect_success validate \
- 'test -f bar && ls -l bar | grep "^-..x..x..x"'
+ 'test -f bar && ls -l bar | grep "^-..x......"'
test_done