diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:47:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:47:53 -0800 |
commit | f00e081a9a90a87988cc68a2fbfa1e52ea5b5263 (patch) | |
tree | 4c6030656b221e11e9523e621a822fff58ee9f4d | |
parent | d4c4f18090c91377dd19df8a18232d1697455aa6 (diff) | |
parent | f904f6603a0c34645dbb307408e0e4033b5e1113 (diff) | |
download | git-f00e081a9a90a87988cc68a2fbfa1e52ea5b5263.tar.gz |
Merge branch 'tb/no-relative-file-url'
* tb/no-relative-file-url:
t5705: the file:// URL should be absolute
-rwxr-xr-x | t/t5705-clone-2gb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5705-clone-2gb.sh b/t/t5705-clone-2gb.sh index e9783c341a..191d6d3a78 100755 --- a/t/t5705-clone-2gb.sh +++ b/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' ' - git clone file://. clone-wt + git clone "file://$(pwd)" clone-wt ' |