X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7010-setup.sh;h=d8a7c798525728ddc8fc5fa9bd8335d8d1f0a710;hb=1487eb68f7fd145151caa9a11ee00283629b75ef;hp=02cf7c5c9dc5ba9ea66d9dc109a11d300c7bd817;hpb=a473445ac256f4a6ca5c66f83f33b85eec0e0c48;p=git.git diff --git a/t/t7010-setup.sh b/t/t7010-setup.sh index 02cf7c5c9..d8a7c7985 100755 --- a/t/t7010-setup.sh +++ b/t/t7010-setup.sh @@ -122,7 +122,7 @@ test_expect_success 'commit using absolute path names' ' test_expect_success 'log using absolute path names' ' echo bb >>a/b/c/d && - git commit -m "bb" $(pwd)/a/b/c/d && + git commit -m "bb" "$(pwd)/a/b/c/d" && git log a/b/c/d >f1.txt && git log "$(pwd)/a/b/c/d" >f2.txt &&