mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Merge 269d3b9909
into 52204f78f9
This commit is contained in:
commit
a9d1793193
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ bool FilePath::CreateDirectoriesRecursively() const {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (pathname_.empty() || this->DirectoryExists()) {
|
||||
if (pathname_.empty() || pathname_ == kCurrentDirectoryString || this->DirectoryExists()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue