mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge 28452dd865aa7702a44335af6f046821858fe533 into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
9886ce693b
@ -1146,7 +1146,7 @@ class CapturedStream {
|
||||
if (!EndsWithPathSeparator(name_template))
|
||||
name_template.push_back(GTEST_PATH_SEP_[0]);
|
||||
#else
|
||||
name_template = "/tmp/";
|
||||
name_template = TempDir();
|
||||
#endif
|
||||
name_template.append("gtest_captured_stream.XXXXXX");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user