diff options
Diffstat (limited to 't/t3050-subprojects-fetch.sh')
| -rwxr-xr-x | t/t3050-subprojects-fetch.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/t/t3050-subprojects-fetch.sh b/t/t3050-subprojects-fetch.sh index 2b21b1070d..4261e9641e 100755 --- a/t/t3050-subprojects-fetch.sh +++ b/t/t3050-subprojects-fetch.sh @@ -20,7 +20,7 @@ test_expect_success setup '  '  test_expect_success clone ' -	git clone file://`pwd`/.git cloned && +	git clone "file://$(pwd)/.git" cloned &&  	(git rev-parse HEAD; git ls-files -s) >expected &&  	(  		cd cloned && | 
