]> granicus.if.org Git - clang/commitdiff
Finally, with no users for shell-preserves-root, remove it from lit.cfg.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 20:41:28 +0000 (20:41 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 20:41:28 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242329 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index f853b3f7db4f3f721fadb924bb483b0207dbcf88..5713108efa891ac74ae54283b2be9682822d91a9 100644 (file)
@@ -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']: