test prerequisites: enumerate with commas
[gitweb.git] / t / t0060-path-utils.sh
index f8286b1c3f211d49cc8341b979a57f4b2fb16ec4..c0143a0a70b7d3dc213b691aecea6b3fffbc5844 100755 (executable)
@@ -190,7 +190,7 @@ test_expect_success SYMLINKS 'real path works on symlinks' '
        test "$sym" = "$(test-path-utils real_path "$dir2/syml")"
 '
 
-test_expect_failure SYMLINKS 'prefix_path works with absolute paths to work tree symlinks' '
+test_expect_success SYMLINKS 'prefix_path works with absolute paths to work tree symlinks' '
        ln -s target symlink &&
        test "$(test-path-utils prefix_path prefix "$(pwd)/symlink")" = "symlink"
 '