diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/lit.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index f853b3f7db4..5713108efa8 100644 --- a/clang/test/lit.cfg +++ b/clang/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']: |