Merge branch 'tb/no-relative-file-url'
* tb/no-relative-file-url: t5705: the file:// URL should be absolutemaint
commit
f00e081a9a
|
@ -46,7 +46,7 @@ test_expect_success CLONE_2GB 'clone - bare' '
|
|||
|
||||
test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' '
|
||||
|
||||
git clone file://. clone-wt
|
||||
git clone "file://$(pwd)" clone-wt
|
||||
|
||||
'
|
||||
|
||||
|
|
Loading…
Reference in New Issue