summaryrefslogtreecommitdiff
path: root/common/test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/test_utils.cc')
-rw-r--r--common/test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test_utils.cc b/common/test_utils.cc
index c09096bb..a574863f 100644
--- a/common/test_utils.cc
+++ b/common/test_utils.cc
@@ -260,7 +260,7 @@ ScopedLoopMounter::ScopedLoopMounter(const string& file_path,
string loop_dev;
loop_binder_.reset(new ScopedLoopbackDeviceBinder(file_path, &loop_dev));
- EXPECT_TRUE(utils::MountFilesystem(loop_dev, *mnt_path, flags));
+ EXPECT_TRUE(utils::MountFilesystem(loop_dev, *mnt_path, flags, ""));
unmounter_.reset(new ScopedFilesystemUnmounter(*mnt_path));
}