| Index: rlz/lib/rlz_lib_test.cc
|
| diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc
|
| index 9b07789986a367d620ce001d7b5efc3b3e63f1d2..fd6f419a673b32e2ee2918ba6332a926ae742d52 100644
|
| --- a/rlz/lib/rlz_lib_test.cc
|
| +++ b/rlz/lib/rlz_lib_test.cc
|
| @@ -844,7 +844,8 @@ class ReadonlyRlzDirectoryTest : public RlzLibTestNoMachineState {
|
| void ReadonlyRlzDirectoryTest::SetUp() {
|
| RlzLibTestNoMachineState::SetUp();
|
| // Make the rlz directory non-writeable.
|
| - int chmod_result = chmod(temp_dir_.path().value().c_str(), 0500);
|
| + int chmod_result = chmod(m_rlz_test_helper_.temp_dir_.path().value().c_str(),
|
| + 0500);
|
| ASSERT_EQ(0, chmod_result);
|
| }
|
|
|
|
|