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

Unified Diff: src/platform/update_engine/test_utils.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/subprocess.cc ('k') | src/platform/update_engine/topological_sort.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/update_engine/test_utils.cc
diff --git a/src/platform/update_engine/test_utils.cc b/src/platform/update_engine/test_utils.cc
index 6c1e35bd98736c7580a2b355353625633f784477..1c2f8959a115745ec89097f2511094358e7fe84d 100644
--- a/src/platform/update_engine/test_utils.cc
+++ b/src/platform/update_engine/test_utils.cc
@@ -204,7 +204,7 @@ void CreateExtImageAtPath(const string& path, vector<string>* out_paths) {
EXPECT_EQ(0, System(StringPrintf("ln -s /some/target %s/sym", kMountPath)));
EXPECT_EQ(0, System(StringPrintf("ln %s/some_dir/test %s/testlink",
kMountPath, kMountPath)));
- EXPECT_EQ(0, System(StringPrintf("umount %s", kMountPath)));
+ EXPECT_EQ(0, System(StringPrintf("umount -d %s", kMountPath)));
if (out_paths) {
out_paths->clear();
« no previous file with comments | « src/platform/update_engine/subprocess.cc ('k') | src/platform/update_engine/topological_sort.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698