Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix t5516-fetch for systems where `wc -l` outputs whitespace.
[gitweb.git]
/
t
/
lib-git-svn.sh
diff --git
a/t/lib-git-svn.sh
b/t/lib-git-svn.sh
index bb1d7b84bcdd3a413e900a0002baf268fa631f3f..f6fe78cd278bd25f47b8c17e14f5f419d639fb7a 100644
(file)
--- a/
t/lib-git-svn.sh
+++ b/
t/lib-git-svn.sh
@@
-42,6
+42,9
@@
then
exit
fi
+rawsvnrepo="$svnrepo"
svnrepo="file://$svnrepo"
-
+poke() {
+ test-chmtime +1 "$1"
+}