Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tb/no-relative-file-url'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Nov 2014 21:47:53 +0000
(13:47 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
d4c4f18
)
diff --git
a/t/t5705-clone-2gb.sh
b/t/t5705-clone-2gb.sh
index e9783c341a97afdd58aa2adddc8c6db4adb54bee..191d6d3a780325b6f3e294b6b42540569ef129d1 100755
(executable)
--- 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
'