Merge branch 'jk/http-no-curl-easy'
[gitweb.git] / t / t3004-ls-files-basic.sh
index e20c077e0f7a463160292272d122bae2bc99426c..9c7adbdbe1cd7bf03e9b8f10a75f0acb4f37a5b2 100755 (executable)
@@ -36,7 +36,7 @@ test_expect_success 'ls-files -h in corrupt repository' '
        test_i18ngrep "[Uu]sage: git ls-files " broken/usage
 '
 
-test_expect_failure SYMLINKS 'ls-files with absolute paths to symlinks' '
+test_expect_success SYMLINKS 'ls-files with absolute paths to symlinks' '
        mkdir subs &&
        ln -s nosuch link &&
        ln -s ../nosuch subs/link &&