diff options
author | Adam Dinwoodie <adam@dinwoodie.org> | 2016-03-16 19:09:54 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2016-03-16 19:24:37 +0000 |
commit | 4be4d550635d25a5050c3539f8ad3be44dabfce9 (patch) | |
tree | 6844fc21266ea05f325d998555bdba607826d25f /t/t4013/diff.whatchanged_--root_-p_master | |
parent | RelNotes for 2.8.0: typofix (diff) | |
download | tgif-4be4d550635d25a5050c3539f8ad3be44dabfce9.tar.xz |
t9117: test specifying full url to git svn init -T
According to the documentation, full URLs can be specified in the `-T`
argument to `git svn init`. However, the canonicalization of such
arguments squashes together consecutive "/"s, which unsurprisingly
breaks http://, svn://, etc URLs. Add a failing test case to provide
evidence of that.
On systems where Subversion provides svn_path_canonicalize but not
svn_dirent_canonicalize (Subversion 1.6 and earlier?), this test passes,
as svn_path_canonicalize doesn't mangle the consecutive "/"s.
[ew: fixed whitespace]
Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t4013/diff.whatchanged_--root_-p_master')
0 files changed, 0 insertions, 0 deletions