From: Yaron Keren Date: Wed, 15 Jul 2015 20:41:28 +0000 (+0000) Subject: Finally, with no users for shell-preserves-root, remove it from lit.cfg. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e444965f290bdf82f3e3de4264457910389e7b7;p=clang Finally, with no users for shell-preserves-root, remove it from lit.cfg. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242329 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index f853b3f7db..5713108efa 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -350,10 +350,6 @@ if platform.system() not in ['FreeBSD']: if execute_external: config.available_features.add('shell') -# Exclude MSYS due to transforming '/' to 'X:/mingwroot/'. -if not platform.system() in ['Windows'] or not execute_external: - config.available_features.add('shell-preserves-root') - # For tests that require Darwin to run. # This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m. if platform.system() in ['Darwin']: