SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Oct 2015 09:40:01 +0000 (09:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Oct 2015 09:40:01 +0000 (09:40 +0000)
commit054dd43f8ffe2b2385e3f1c004b1ce58dd2a257b
treeec420bc596c0bbb411704c455276e0a4d500ae73
parentd332f5867b7dd3516d39e07724ebf054ba0b79e5
SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.

Lit sanitizes env vars. $HOME is not exported in Lit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250505 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/Path.cpp