Remove environment variables from driver tests
authorSteven Wu <stevenwu@apple.com>
Wed, 24 Jun 2015 19:30:36 +0000 (19:30 +0000)
committerSteven Wu <stevenwu@apple.com>
Wed, 24 Jun 2015 19:30:36 +0000 (19:30 +0000)
commit611a7947c5cfa61b2af441c350a19afc0f751f7c
treee8493a5747bd74461a0197fb9f399e35f3557c84
parent6f72aed3ecda230814e1701d96f235d9a04b84af
Remove environment variables from driver tests

Summary:
Remove some of dangerous environmental variables from clang/Driver tests.
Driver tests should not rely on preset value of these variables and may
actually fail because of them.
They cannot be removed in test/lit.cfg because we still need to support
relocatable SDKs and other overwrite for other clang tests.

Reviewers: bogner

Subscribers: rnk, cfe-commits

Differential Revision: http://reviews.llvm.org/D7135

llvm-svn: 240574
clang/test/Driver/lit.local.cfg