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

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

Issue 891002: AU: Delta Diff Generator (Closed)
Patch Set: fixes for review Created 10 years, 9 months 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/graph_utils.cc ('k') | src/platform/update_engine/subprocess.cc » ('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 5bb515fd8a96139a7bde983be696c0a31fcf256f..7c1993e73bc4182b960a534dbf5c328f7d927b67 100644
--- a/src/platform/update_engine/postinstall_runner_action_unittest.cc
+++ b/src/platform/update_engine/postinstall_runner_action_unittest.cc
@@ -87,7 +87,7 @@ void PostinstallRunnerActionTest::DoTest(bool do_losetup, bool do_err_script) {
ASSERT_TRUE(WriteFileString(mountpoint + "/postinst", script));
ASSERT_EQ(0, System(string("chmod a+x ") + mountpoint + "/postinst"));
- ASSERT_EQ(0, System(string("umount ") + mountpoint));
+ ASSERT_EQ(0, System(string("umount -d ") + mountpoint));
ASSERT_EQ(0, System(string("rm -f ") + cwd + "/postinst_called"));
« no previous file with comments | « src/platform/update_engine/graph_utils.cc ('k') | src/platform/update_engine/subprocess.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698