| Index: src/platform/update_engine/postinstall_runner_action_unittest.cc
|
| diff --git a/src/platform/update_engine/postinstall_runner_action_unittest.cc b/src/platform/update_engine/postinstall_runner_action_unittest.cc
|
| index c43cb8ac23c8e36efb5fa32bd6982402585e70cf..5bb515fd8a96139a7bde983be696c0a31fcf256f 100644
|
| --- a/src/platform/update_engine/postinstall_runner_action_unittest.cc
|
| +++ b/src/platform/update_engine/postinstall_runner_action_unittest.cc
|
| @@ -56,7 +56,8 @@ void PostinstallRunnerActionTest::DoTest(bool do_losetup, bool do_err_script) {
|
| ASSERT_EQ(0, getuid()) << "Run me as root. Ideally don't run other tests "
|
| << "as root, tho.";
|
|
|
| - const string mountpoint(utils::kStatefulPartition + "/au_destination");
|
| + const string mountpoint(string(utils::kStatefulPartition) +
|
| + "/au_destination");
|
|
|
| string cwd;
|
| {
|
|
|