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

* tb/no-relative-file-url:
  t5705: the file:// URL should be absolute
This commit is contained in:
Junio C Hamano
2014-11-19 13:47:53 -08:00

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
'