Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: src/platform/update_engine/postinstall_runner_action_unittest.cc

Issue 492008: AU: Try delta updates first, then full updates (Closed)
Patch Set: use mkstemp Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/update_engine/postinstall_runner_action.cc ('k') | src/platform/update_engine/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
{
« no previous file with comments | « src/platform/update_engine/postinstall_runner_action.cc ('k') | src/platform/update_engine/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698