X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7010-setup.sh;h=d8a7c798525728ddc8fc5fa9bd8335d8d1f0a710;hb=900a5d075e8b48025439966dc3863189874bae3b;hp=02cf7c5c9dc5ba9ea66d9dc109a11d300c7bd817;hpb=7ae512b7da17e8f8c474fa80fb44b023c6f83882;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 &&