Finally, with no users for shell-preserves-root, remove it from lit.cfg.

llvm-svn: 242329
This commit is contained in:
Yaron Keren 2015-07-15 20:41:28 +00:00
parent a61bb64dcf
commit 47bfc19f29
1 changed files with 0 additions and 4 deletions

View 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']: