Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: learn to maintain a sliding view of a file
[gitweb.git]
/
t
/
t9120-git-svn-clone-with-percent-escapes.sh
diff --git
a/t/t9120-git-svn-clone-with-percent-escapes.sh
b/t/t9120-git-svn-clone-with-percent-escapes.sh
index cddb9d4fc4c8aa9f62aec039938e71d79e5853b5..1d92c05035f8fe68885a6338ceca4307f19e8663 100755
(executable)
--- a/
t/t9120-git-svn-clone-with-percent-escapes.sh
+++ b/
t/t9120-git-svn-clone-with-percent-escapes.sh
@@
-20,7
+20,8
@@
test_expect_success 'setup svnrepo' '
test_expect_success 'test clone with percent escapes' '
git svn clone "$svnrepo/pr%20ject" clone &&
- (cd clone &&
+ (
+ cd clone &&
git rev-parse refs/${remotes_git_svn}
)
'