diff options
author | Luis Hector Chavez <lhchavez@google.com> | 2017-07-26 17:35:57 +0000 |
---|---|---|
committer | Luis Hector Chavez <lhchavez@google.com> | 2017-07-26 17:35:57 +0000 |
commit | ffb30ed63b5a186d4ed62c335d16b3b9467785ee (patch) | |
tree | 95fc4d0b25d02282f6de7d6d8158a68bbe3ab16a /common/subprocess_unittest.cc | |
parent | 663ff4b30b9f629a130ef6d357d462b897d4071e (diff) |
Revert "update_engine: Update libchrome APIS to r456626."
This reverts commit 663ff4b30b9f629a130ef6d357d462b897d4071e.
Reason for revert: Broke the mac_sdk
Exempt-From-Owner-Approval: Fixing mac_sdk
Change-Id: I8184ec58e74d62dca0deafb39340d4bd36bf40e0
Diffstat (limited to 'common/subprocess_unittest.cc')
-rw-r--r-- | common/subprocess_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/subprocess_unittest.cc b/common/subprocess_unittest.cc index 10710e8a..cbc9a85f 100644 --- a/common/subprocess_unittest.cc +++ b/common/subprocess_unittest.cc @@ -225,7 +225,7 @@ void CallbackBad(int return_code, const string& output) { TEST_F(SubprocessTest, CancelTest) { base::ScopedTempDir tempdir; ASSERT_TRUE(tempdir.CreateUniqueTempDir()); - string fifo_path = tempdir.GetPath().Append("fifo").value(); + string fifo_path = tempdir.path().Append("fifo").value(); EXPECT_EQ(0, mkfifo(fifo_path.c_str(), 0666)); // Start a process, make sure it is running and try to cancel it. We write |