summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-11-19 21:47:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-11-19 21:47:53 (GMT)
commitf00e081a9a90a87988cc68a2fbfa1e52ea5b5263 (patch)
tree4c6030656b221e11e9523e621a822fff58ee9f4d /t
parentd4c4f18090c91377dd19df8a18232d1697455aa6 (diff)
parentf904f6603a0c34645dbb307408e0e4033b5e1113 (diff)
downloadgit-f00e081a9a90a87988cc68a2fbfa1e52ea5b5263.zip
git-f00e081a9a90a87988cc68a2fbfa1e52ea5b5263.tar.gz
git-f00e081a9a90a87988cc68a2fbfa1e52ea5b5263.tar.bz2
Merge branch 'tb/no-relative-file-url'
* tb/no-relative-file-url: t5705: the file:// URL should be absolute
Diffstat (limited to 't')
-rwxr-xr-xt/t5705-clone-2gb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5705-clone-2gb.sh b/t/t5705-clone-2gb.sh
index e9783c3..191d6d3 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
'