We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c4f18 + f904f66 commit f00e081Copy full SHA for f00e081
1 file changed
t/t5705-clone-2gb.sh
@@ -46,7 +46,7 @@ test_expect_success CLONE_2GB 'clone - bare' '
46
47
test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' '
48
49
- git clone file://. clone-wt
+ git clone "file://$(pwd)" clone-wt
50
51
'
52
0 commit comments