Skip to content

Commit f00e081

Browse files
committed
Merge branch 'tb/no-relative-file-url'
* tb/no-relative-file-url: t5705: the file:// URL should be absolute
2 parents d4c4f18 + f904f66 commit f00e081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5705-clone-2gb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test_expect_success CLONE_2GB 'clone - bare' '
4646

4747
test_expect_success CLONE_2GB 'clone - with worktree, file:// protocol' '
4848
49-
git clone file://. clone-wt
49+
git clone "file://$(pwd)" clone-wt
5050
5151
'
5252

0 commit comments

Comments
 (0)