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