Code

Move commit_list_count() to commit.c
[git.git] / t / t5500-fetch-pack.sh
index 1700d0794cacc0854bd3133dfddd0677b3c899ef..140e8745811b9f25abfa2c9c24a0569f8dd39c66 100755 (executable)
@@ -129,7 +129,7 @@ pull_to_client 2nd "B" $((64*3))
 
 pull_to_client 3rd "A" $((1*3)) # old fails
 
-test_expect_success "clone shallow" "git-clone --depth 2 file://`pwd`/. shallow"
+test_expect_success "clone shallow" 'git-clone --depth 2 "file://$(pwd)/." shallow'
 
 (cd shallow; git count-objects -v) > count.shallow