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 e4102830..85f78f90 100644
--- a/common/test_utils.cc
+++ b/common/test_utils.cc
@@ -256,7 +256,7 @@ ScopedLoopMounter::ScopedLoopMounter(const string& file_path,
string* mnt_path,
unsigned long flags) { // NOLINT - long
EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
- *mnt_path = temp_dir_.path().value();
+ *mnt_path = temp_dir_.GetPath().value();
string loop_dev;
loop_binder_.reset(