Merge branch 'tb/no-relative-file-url'

* tb/no-relative-file-url:
  t5705: the file:// URL should be absolute
maint
Junio C Hamano 2014-11-19 13:47:53 -08:00
commit f00e081a9a
1 changed files with 1 additions and 1 deletions

View File

@ -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

'