]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5615-alternate-env.sh
Merge branch 'jk/quote-env-path-list-component'
[thirdparty/git.git] / t / t5615-alternate-env.sh
index 79628db3ec08841de2fbba2c262c5bd1bfcd3720..26ebb0375deb67be38974c7c5610f090a5a2a9aa 100755 (executable)
@@ -31,14 +31,14 @@ test_expect_success 'objects inaccessible without alternates' '
 '
 
 test_expect_success 'access alternate via absolute path' '
-       check_obj "$(pwd)/one.git/objects" <<-EOF
+       check_obj "$PWD/one.git/objects" <<-EOF
        $one blob
        $two missing
        EOF
 '
 
 test_expect_success 'access multiple alternates' '
-       check_obj "$(pwd)/one.git/objects:$(pwd)/two.git/objects" <<-EOF
+       check_obj "$PWD/one.git/objects:$PWD/two.git/objects" <<-EOF
        $one blob
        $two blob
        EOF