Browse Source

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

* tb/no-relative-file-url:
  t5705: the file:// URL should be absolute
maint
Junio C Hamano 10 years ago
parent
commit
f00e081a9a
  1. 2
      t/t5705-clone-2gb.sh

2
t/t5705-clone-2gb.sh

@ -46,7 +46,7 @@ test_expect_success CLONE_2GB 'clone - bare' '


test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' ' test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' '


git clone file://. clone-wt git clone "file://$(pwd)" clone-wt


' '



Loading…
Cancel
Save