Merge branch 'tb/no-relative-file-url'
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2014 21:47:53 +0000 (13:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2014 21:47:53 +0000 (13:47 -0800)
* tb/no-relative-file-url:
t5705: the file:// URL should be absolute

t/t5705-clone-2gb.sh
index e9783c341a97afdd58aa2adddc8c6db4adb54bee..191d6d3a780325b6f3e294b6b42540569ef129d1 100755 (executable)
@@ -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
 
 '