mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Merge 269d3b99096d349d0247427b414eddb9fc79333a into a0f06a70e3da7afa88da9527c43951bca1f7cef2
This commit is contained in:
commit
9321f0d29b
@ -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…
x
Reference in New Issue
Block a user