X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=690f80ab27fd9ff6d7e145a86eb22c6f87e3cd76;hb=c636d0e2bcffdbd55c096944561d9ac470da600e;hp=27b54cbb1216beef8b5f315708574825a1c81da3;hpb=e371a4c648e72673fcfdf0b45192857dd149e2f5;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 27b54cbb1..690f80ab2 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -305,10 +305,10 @@ test_expect_success 'absolute path works as expected' ' file="$dir"/index && test "$file" = "$(test-absolute-path $dir2/index)" && basename=blub && - test "$dir/$basename" = $(cd .git && test-absolute-path $basename) && + test "$dir/$basename" = "$(cd .git && test-absolute-path "$basename")" && ln -s ../first/file .git/syml && sym="$(cd first; pwd -P)"/file && - test "$sym" = "$(test-absolute-path $dir2/syml)" + test "$sym" = "$(test-absolute-path "$dir2/syml")" ' test_expect_success 'very long name in the index handled sanely' '