]> granicus.if.org Git - llvm/commit
Make home_directory look in the password database in addition to $HOME.
authorZachary Turner <zturner@google.com>
Wed, 22 Mar 2017 15:24:59 +0000 (15:24 +0000)
committerZachary Turner <zturner@google.com>
Wed, 22 Mar 2017 15:24:59 +0000 (15:24 +0000)
commit2811bb8f724311c21631ea86cb15281e0c52c06b
tree9c5ddd92476f360ad3ab99f3f4c22b6ef77abe4b
parent677bddb49c66987005264c262e36c40438dbf82a
Make home_directory look in the password database in addition to $HOME.

This is something of an edge case, but when the $HOME environment
variable is not set, we can still look in the password database
to get the current user's home directory.

Added a test for this by getting the value of $HOME, then unsetting
it, then calling home_directory() and verifying that it succeeds
and that the value is the same as what we originally read from
the environment.

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