summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-11-19 13:47:53 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-11-19 13:47:53 -0800
commitf00e081a9a90a87988cc68a2fbfa1e52ea5b5263 (patch)
tree4c6030656b221e11e9523e621a822fff58ee9f4d /t
parentMerge branch 'cc/interpret-trailers' (diff)
parentt5705: the file:// URL should be absolute (diff)
downloadtgif-f00e081a9a90a87988cc68a2fbfa1e52ea5b5263.tar.xz
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 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
'