Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
server-info.c: and two functions are not used anymore.
[gitweb.git]
/
t
/
t4102-apply-rename.sh
diff --git
a/t/t4102-apply-rename.sh
b/t/t4102-apply-rename.sh
index 530cc4d2a38c6f4af92097dfe524029ef6a3a6bf..0401d7bbc6e416d2d44b8315ffd70125edca55c0 100755
(executable)
--- a/
t/t4102-apply-rename.sh
+++ b/
t/t4102-apply-rename.sh
@@
-32,6
+32,6
@@
test_expect_success apply \
'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